makeloc 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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/makeloc.gemspec +3 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c74450bd222df9ba64b23e9c924f060555ddbcf
4
- data.tar.gz: 0aafb67596028add57d400e719e01152543b7253
3
+ metadata.gz: 8581ae97ba91b1b58f96816e42e423ee40c2a15a
4
+ data.tar.gz: 2836971a6975875311efe9c5a205225fb10aca50
5
5
  SHA512:
6
- metadata.gz: 18c45c7b83d80b79cc749db30f6129993cc1876f8e91cd95702cfe77d5b374795aee2f82d83f414029b20ddccb9eec0cbfce8d3f473c5b63a9e9ed8650ad5693
7
- data.tar.gz: 2d21f992816d135be53a1c0dff4e70fa64477833b17fa596442fa3367d35c4af23ae1f27df0941e08b0309dfbeb010a8a72f75cf047b1660b9b7662652e9ae73
6
+ metadata.gz: 09678d4e570a36c010df6868c56cbbb39da2e49c4366160c73bc2f9dd1eea44ecca683f07606cb6f508d35ff079d854caf0d820576167756354ef957b45bcb97
7
+ data.tar.gz: ceb35364decedf121eb39f2ce948d949213678e2b0eb86cfa2467f44a5bbbbbd2feee8e55526078ee2ddad2e90fb01b1db72133917c3e718cc5d752846969736
data/README.md CHANGED
@@ -14,7 +14,7 @@ Makeloc is a generator. The following will create, or update if it exists, the f
14
14
 
15
15
  rails g makeloc:do it config/locales/activerecord.en.yml [--strict]
16
16
 
17
- with option --strict it overwrites (if already present) the generated locale file deleting its original extra translations
17
+ with option --strict, in case of update, it deletes any extra keys in the destination locale file
18
18
 
19
19
  ## Test
20
20
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/makeloc.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: makeloc 0.2.1 ruby lib
5
+ # stub: makeloc 0.2.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "makeloc"
9
- s.version = "0.2.1"
9
+ s.version = "0.2.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["masciugo"]
14
- s.date = "2014-07-10"
14
+ s.date = "2014-11-21"
15
15
  s.description = ""
16
16
  s.email = "masciugo@gmail.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makeloc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - masciugo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-10 00:00:00.000000000 Z
11
+ date: 2014-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails