localio 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a31389582a8885e9540e3503e028a6a6dfceceb4
4
- data.tar.gz: 4da6e1a9f66fdb864ff104f87671aeecc6321a45
3
+ metadata.gz: c21e5dff4337729edd1fc6269aded7e26a016865
4
+ data.tar.gz: a0159d82208d6738b0afc6d2912133eafc5c86b1
5
5
  SHA512:
6
- metadata.gz: 96bc17d25ee2216f4be4e7083ce2da2a04baee4502ed27a06a5baa64397777eef14695ced346a111ba7b32984933bb013bf10a4760b9ead1de23fc63a7d9a0d3
7
- data.tar.gz: 38071736bc776050cff64d4507f431719467fdc0f6855dfd94ba78f2467235fcb8303be16658561e657532c8f1d85e7869eb03dd949029454d7393c4a63ade7b
6
+ metadata.gz: c80d19c1d239b3b6bfdb2a1d1d34eda8dab8ea8ff8db87092350633d55686220bf6966e6d0b0dfef12c164d9e61488f4e5a0923bc3516c246cf4aef350ecdf55
7
+ data.tar.gz: fccb1c83520acd2912dce8a783d0b7d37b7fbbc893067026f152d3c585d43b093c21f8f80d2623f27658f0fb6c11b135578d013c1dbb0cbc41876c4c185e5e5f
@@ -1,3 +1,3 @@
1
1
  module Localio
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["nacho@nlopez.io"]
11
11
  spec.description = %q{Automatic Localizable file generation for multiple platforms (Rails, Android, iOS, JSON)}
12
12
  spec.summary = %q{Automatic Localizable file generation for multiple type of files, like Android string.xml, Xcode Localizable.strings, JSON files, Rails YAML files, etc. reading from Google Drive and Excel spreadsheets as base.}
13
- spec.homepage = "http://nlopez.io"
13
+ spec.homepage = "http://github.com/mrmans0n/localio"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nacho Lopez
@@ -148,7 +148,7 @@ files:
148
148
  - lib/localio/writers/json_writer.rb
149
149
  - lib/localio/writers/rails_writer.rb
150
150
  - localio.gemspec
151
- homepage: http://nlopez.io
151
+ homepage: http://github.com/mrmans0n/localio
152
152
  licenses:
153
153
  - MIT
154
154
  metadata: {}