makeloc 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/makeloc.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8581ae97ba91b1b58f96816e42e423ee40c2a15a
|
4
|
+
data.tar.gz: 2836971a6975875311efe9c5a205225fb10aca50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
+
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.
|
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.
|
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-
|
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.
|
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-
|
11
|
+
date: 2014-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|