Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Oct 28, 2010
1 parent a6b37a0 commit 21b23ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY
@@ -1,3 +1,6 @@
1.1.0 - 28 October 2010
* Remove dependency on strftime.js

1.0.0 - 27 October 2010
* Added javascript implementation
* Committed to backwards compatibility for current API until v2
Expand Down
8 changes: 5 additions & 3 deletions kronic.gemspec
@@ -1,14 +1,16 @@
Gem::Specification.new do |s|
s.name = 'kronic'
s.version = '1.0.0'
s.summary = 'A dirt simple library for parsing human readable dates'
s.version = '1.1.0'
s.summary = 'A dirt simple library for parsing and formatting human readable dates'
s.platform = Gem::Platform::RUBY
s.authors = ["Xavier Shay"]
s.email = ["hello@xaviershay.com"]
s.homepage = "http://github.com/xaviershay/kronic"
s.has_rdoc = false

s.files = Dir.glob("{spec,lib}/**/*.rb") + %w(Gemfile Gemfile.lock README.rdoc HISTORY Rakefile)
s.files = Dir.glob("{spec,lib}/**/*.rb") +
Dir.glob("{spec,lib}/**/*.js") +
%w(Gemfile Gemfile.lock README.rdoc HISTORY Rakefile)
s.require_path = 'lib'

s.add_development_dependency 'rspec', '>= 2.0.0.beta.16'
Expand Down

0 comments on commit 21b23ef

Please sign in to comment.