translatable.gemspec in translatable-0.1.1 vs translatable.gemspec in translatable-0.1.2
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "translatable"
- s.version = "0.1.1"
+ s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["E-Max"]
- s.date = "2012-08-17"
+ s.date = "2012-08-18"
s.description = "This game was build to make whole proccess of working with translation for DM to be almost invisble. That was THE AIM."
s.email = "max@studentify.nl"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
@@ -27,9 +27,10 @@
"Rakefile",
"VERSION",
"lib/translatable.rb",
"test/helper.rb",
"test/news.rb",
+ "test/posts.rb",
"test/support/active_record.rb",
"test/support/database_cleaner.rb",
"test/test_translatable.rb",
"translatable.gemspec"
]