icapps-translations 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f2789aad0fad6e9661943abe943e73e9c041108
4
- data.tar.gz: 76ead344d1b65d67a4063e4dd965cdfd50d1d80e
3
+ metadata.gz: 52e55cb3269943bc37d2e63447b3af16a7515dca
4
+ data.tar.gz: afee69382593bc252df6b378567511f916237fe0
5
5
  SHA512:
6
- metadata.gz: 8a9588daa950ca58aadf98aa03cc887537f8beba74db635116b1cab8a3c0d0d0790c9e25b8144706873ccc576f69060b2a00ff2c76d0d96cc7782571ee9c33aa
7
- data.tar.gz: 623874001ad08991d3bb1d36a550f72fd17453a914c54dabfd0e580887029e986d624b8293129e0ee5d09774a2479a30912bbe46140780be44c860ea2f293ff8
6
+ metadata.gz: 15d5da02de340929798b0d421aa5070f6f61a3b9154a6e2a1af7a64ef4d0ec6aaf817ba8f8b835cdb02584e2a85982c4c331c10d294eaf7e033ab8db6453d25c
7
+ data.tar.gz: b66c01d63b42ff82b54d35906dfb454eadb68696a88f935e0de329198ae63bef784f0aac9a4cebfe2efb82ce523f402d67e03ef880486fbe8ef756e52f5a322b
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # iCapps Tranlstions
1
+ # iCapps Translations
2
2
 
3
3
  Import the translations from the iCapps translations portal.
4
4
 
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Jelle Vandebeeck"]
10
10
  spec.email = ["jelle.vandebeeck@icapps.com"]
11
11
  spec.summary = %q{Import translations from the iCapps translations portal.}
12
- spec.homepage = 'https://github.com/fousa/icapps-translations'
12
+ spec.homepage = 'https://github.com/icapps/translations'
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Icapps
2
2
  module Translations
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icapps-translations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jelle Vandebeeck
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-07 00:00:00.000000000 Z
11
+ date: 2015-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -87,7 +87,7 @@ files:
87
87
  - lib/icapps/translations/http.rb
88
88
  - lib/icapps/translations/strings.rb
89
89
  - lib/icapps/translations/version.rb
90
- homepage: https://github.com/fousa/icapps-translations
90
+ homepage: https://github.com/icapps/translations
91
91
  licenses:
92
92
  - MIT
93
93
  metadata: {}