Skip to content

Commit 9a013cc

Browse files
author
Akash Devaraju
committed
Updated gemspec and version accordingly
1 parent 49445bb commit 9a013cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bootstrap_tokenfield_rails.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
88
spec.version = BootstrapTokenfieldRails::VERSION
99
spec.authors = ["Akash Devaraju"]
1010
spec.email = ["[email protected]"]
11-
spec.description = %q{Bootstrap Tokenfield gem for rails asset pipeline}
11+
spec.description = %q{A gem for adding the tokenizing plugin, Bootstrap Tokenfield to the rails asset pipeline}
1212
spec.summary = %q{A jQuery tagging / tokenizer input plugin for Twitter's Bootstrap}
13-
spec.homepage = "http://github.com/icicletech/bootstrap-tokenfield-rails"
13+
spec.homepage = "http://www.icicletech.com/open-source-software/bootstrap-tokenfield-rails"
1414
spec.license = "MIT"
1515

1616
spec.files = Dir["{lib,vendor}/**/*"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BootstrapTokenfieldRails
2-
VERSION = "0.0.3"
2+
VERSION = "0.0.4"
33
end

0 commit comments

Comments
 (0)