translations_sync 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Changelog +5 -0
  2. data/Rakefile +2 -2
  3. metadata +4 -3
data/Changelog ADDED
@@ -0,0 +1,5 @@
1
+ 2011-03-22 v. 0.2.1
2
+ * translatons:move does not keep the last key of KEY parameter. This gives the ability to rename the last key.
3
+
4
+ 2011-03-16 v. 0.2.0
5
+ * Misspelling corrected
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'rubygems/specification'
6
6
  require 'date'
7
7
 
8
8
  GEM = "translations_sync"
9
- GEM_VERSION = "0.2.1"
9
+ GEM_VERSION = "0.2.2"
10
10
  AUTHOR = "Dmitri Koulikoff"
11
11
  EMAIL = "koulikoff@gmail.com"
12
12
  HOMEPAGE = "http://github.com/dima4p/translations_sync/"
@@ -29,7 +29,7 @@ spec = Gem::Specification.new do |s|
29
29
  s.executables = 'translations_sync'
30
30
  s.default_executable = 'translations_sync'
31
31
  s.require_path = 'lib'
32
- s.files = %w(MIT-LICENSE README Rakefile init.rb) +
32
+ s.files = %w(MIT-LICENSE README Rakefile Changelog init.rb) +
33
33
  Dir.glob("{bin,lib,spec}/**/*") -
34
34
  Dir.glob("{bin,lib,spec}/**/*~")
35
35
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translations_sync
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dmitri Koulikoff
@@ -45,6 +45,7 @@ files:
45
45
  - MIT-LICENSE
46
46
  - README
47
47
  - Rakefile
48
+ - Changelog
48
49
  - init.rb
49
50
  - bin/translations_sync
50
51
  - lib/tasks/translations_sync.rake