go_translate_yourself 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile
CHANGED
@@ -23,7 +23,7 @@ spec = Gem::Specification.new do |s|
|
|
23
23
|
s.summary = "Insert GoTranslateYourself summary."
|
24
24
|
s.description = "Insert GoTranslateYourself description."
|
25
25
|
s.files = FileList["[A-Z]*", "lib/**/*", "app/**/*", "config/routes.rb"]
|
26
|
-
s.version = "0.0.
|
26
|
+
s.version = "0.0.4"
|
27
27
|
end
|
28
28
|
|
29
29
|
Rake::GemPackageTask.new(spec) do |pkg|
|