Skip to content

Commit

Permalink
some fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerian committed Mar 10, 2012
1 parent 11ead02 commit a4df609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
Gemfile.lock
bootstrap-datepicker-rails-0.1.gem
*.gem
1 change: 1 addition & 0 deletions bootstrap-datepicker-rails.gemspec
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |gem|

gem.name = "bootstrap-datepicker-rails"
gem.require_paths = ["lib"]
gem.files = `git ls-files`.split("\n")
gem.version = BootstrapDatepickerRails::Rails::VERSION

gem.add_dependency "railties", ">= 3.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap-datepicker-rails/version.rb
@@ -1,5 +1,5 @@
module BootstrapDatepickerRails
module Rails
VERSION = "0.1"
VERSION = "0.3"
end
end

0 comments on commit a4df609

Please sign in to comment.