Skip to content

Commit

Permalink
Go to version 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 19, 2014
1 parent f4e7551 commit 1322451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r18n-core/lib/r18n-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
module R18n
VERSION = '1.1.10'.freeze unless defined? R18n::VERSION
VERSION = '1.1.11'.freeze unless defined? R18n::VERSION
end
2 changes: 1 addition & 1 deletion r18n-core/r18n-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.extra_rdoc_files = ['README.md', 'LICENSE', 'ChangeLog']
s.extra_rdoc_files = ['README.md', 'LICENSE', 'ChangeLog.md']
s.require_path = 'lib'

s.author = 'Andrey Sitnik'
Expand Down

0 comments on commit 1322451

Please sign in to comment.