tongues 0.0.3 → 0.0.4

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: 0a1d3ff864ed11d77e9d881e73e12131caff3ebc
4
- data.tar.gz: 64bf3a0ac0b4f2a932b3a85ccded59bd39180e26
3
+ metadata.gz: 38089f9cb884a6b8677219c67e344b7543550f92
4
+ data.tar.gz: bb564d70cb952683ef7d84a2ac8bfa7618e83c80
5
5
  SHA512:
6
- metadata.gz: da0d17de17ead1a0ad1b03889ad82f415b500563ebbaacc9d50ff0441e896d1a8310365f5d0be4a3743c8bd4a9857c848573e585b6297b2842c1c5f0975e3c7b
7
- data.tar.gz: 14b7fa99128c0ca364be14ac26c00910128a1e6494d6f6284279940ce5210a8f77edbc1b0e6c1b62aa204cd73a70cd4062129a072f65d1eb5814b9561f2ef5f5
6
+ metadata.gz: 3d179bd3097d662472d74355cb72c2137c51ff23d5921e8f9da19761c03f69ce917c77dee59211539ba80d147cba17adc3d3b567b4a0d2636d5c279aaf6815d6
7
+ data.tar.gz: 91fbb518796e0621cdf740d8d30ef7406d06b05fbd810f4e213aa0cfea4e6491803a606ab44519a2254a2453354d536c7c3c2df6179734151bae694020edce32
data/.idea/tongues.iml CHANGED
@@ -26,7 +26,7 @@
26
26
  <orderEntry type="library" scope="PROVIDED" name="erubis (v2.7.0, RVM: ruby-2.0.0-p247 [global]) [gem]" level="application" />
27
27
  <orderEntry type="library" scope="PROVIDED" name="hike (v1.2.3, RVM: ruby-2.0.0-p247 [global]) [gem]" level="application" />
28
28
  <orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.9, RVM: ruby-2.0.0-p247 [global]) [gem]" level="application" />
29
- <orderEntry type="library" scope="PROVIDED" name="json (v0.4.3, RVM: ruby-2.0.0-p247 [global]) [gem]" level="application" />
29
+ <orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-2.0.0-p247 [global]) [gem]" level="application" />
30
30
  <orderEntry type="library" scope="PROVIDED" name="mail (v2.5.4, RVM: ruby-2.0.0-p247 [global]) [gem]" level="application" />
31
31
  <orderEntry type="library" scope="PROVIDED" name="mime-types (v1.25.1, RVM: ruby-2.0.0-p247 [global]) [gem]" level="application" />
32
32
  <orderEntry type="library" scope="PROVIDED" name="minitest (v4.7.5, RVM: ruby-2.0.0-p247 [global]) [gem]" level="application" />
@@ -1,3 +1,3 @@
1
1
  module Tongues
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/tongues.gemspec CHANGED
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency 'rake', '~> 0'
23
23
 
24
24
  spec.add_runtime_dependency 'rails', '>= 3.2.3'
25
- spec.add_runtime_dependency 'json', '~> 0'
25
+ spec.add_runtime_dependency 'json', '>= 0'
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tongues
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Zicat
@@ -56,14 +56,14 @@ dependencies:
56
56
  name: json
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ~>
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ~>
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: Small language detection gem using detectlanguage.com api. Heavily inspired