google-translator-cis 0.0.2 → 0.0.3

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.
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'google-translator-cis'
3
- s.version = '0.0.2'
3
+ s.version = '0.0.3'
4
4
  s.authors = ["Anuradha, CISROR Team"]
5
- s.date = '2013-10-03'
5
+ s.date = '2013-10-31'
6
6
  s.summary = "Language Translator"
7
7
  s.description = "This is a gem which provides the facility to translate languages from one to another"
8
8
  s.add_dependency("rspec-rails")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-translator-cis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-03 00:00:00.000000000 Z
12
+ date: 2013-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec-rails
16
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &22400660 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,12 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: '0'
24
+ version_requirements: *22400660
30
25
  description: This is a gem which provides the facility to translate languages from
31
26
  one to another
32
27
  email:
@@ -34,7 +29,7 @@ executables: []
34
29
  extensions: []
35
30
  extra_rdoc_files: []
36
31
  files:
37
- - lib/google_translate_cis.rb
32
+ - lib/google-translate-cis.rb
38
33
  - spec/google_translate_cis_spec.rb
39
34
  - spec/spec_helper.rb
40
35
  - README.md
@@ -59,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
54
  version: '0'
60
55
  requirements: []
61
56
  rubyforge_project:
62
- rubygems_version: 1.8.24
57
+ rubygems_version: 1.8.11
63
58
  signing_key:
64
59
  specification_version: 3
65
60
  summary: Language Translator