press_release 0.0.2 → 0.0.3

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: 747ca68795f636bbb1808f32612098bca82c8c66
4
- data.tar.gz: 66782a3f632836f4799e6b6476ebdb68c2885b75
3
+ metadata.gz: 030bb6a11089302b1040f8f5e48cd9b374612b20
4
+ data.tar.gz: 2f950955825be6c33a54c031f49ea0d292c7b758
5
5
  SHA512:
6
- metadata.gz: 94297c35f163c7d43d55acce9e4753286eb7a26969d1c3b847c42bdfb223f365561885c360f13cda3053040022303e6c01cbbaf4b3c7203c7f0edca3c6d84eea
7
- data.tar.gz: 8ac58a000c72430c818d058e1e5fe8a2341d1433db6c79e63b717351f759607f63139fbc45333fb938c775e8a280c93894c14f6ad448ae220aa8e8f62e0127d9
6
+ metadata.gz: a57c67157b80284b94ee62b89509fcb84fcc1e4c4801cf37ea74b79e7f57dc561a8c49eac82e663789aaba334d21ad1be00067214157eb73b789517e0947234b
7
+ data.tar.gz: f37b96fb51155add8684955cd900a961aaaa504cf7420c007317983b24e74d5326c20a2e1a48fccf77681755af7c259b97d11d8d0a5e979351ce83fd0d080679
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PressRelease
2
2
 
3
- Translate your message into 60+ languages.
3
+ Translate your message into 60+ languages.
4
4
 
5
5
  ## Installation
6
6
 
@@ -22,15 +22,15 @@ Or install it yourself as:
22
22
 
23
23
  ## Description
24
24
 
25
- Press Release translates a single line from English to all 60+ languages supported by the Google Translate API.
25
+ Press Release translates a single line from English to all 60+ languages supported by the Google Translate API.
26
26
 
27
- Please email globalcalipha@gmail.com if you are interested in translating from another source language
28
- or wish to have a web interface for the same product. Also ask about our list of global newspaper email
29
- addresses. A very potent list of the whose who.
27
+ Please email globalcalipha@gmail.com if you are interested in translating from another source language
28
+ or wish to have a web interface for the same product. Also ask about our list of global newspaper email
29
+ addresses. A very potent list of the whose who.
30
30
 
31
- We also recommend the CIA world factbook for a list of all global leaders.
31
+ We also recommend the CIA world factbook for a list of all global leaders.
32
32
 
33
- https://www.cia.gov/library/publications/world-leaders-1/pdf-version/pdf-version.html
33
+ https://www.cia.gov/library/publications/world-leaders-1/pdf-version/pdf-version.html
34
34
 
35
35
  ## Contributing
36
36
 
@@ -1,3 +1,3 @@
1
1
  module PressRelease
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/press_release.rb CHANGED
@@ -3,7 +3,7 @@ require 'json'
3
3
  require 'restclient'
4
4
 
5
5
  module PressRelease
6
- Key = "AIzaSyD-roliwX_RzA7-HvGzVfocxQen8QZvRQY"
6
+ Key = "AIzaSyDTm2Ng0-BSLscM5pI8nbOfki4AzFyNeK0"
7
7
 
8
8
  def all_translate text
9
9
  puts text
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: press_release
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Global Calipha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-04 00:00:00.000000000 Z
11
+ date: 2014-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rest-client
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: Translate your message into 60+ languages.
@@ -60,7 +60,7 @@ executables:
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - .gitignore
63
+ - ".gitignore"
64
64
  - Gemfile
65
65
  - LICENSE.txt
66
66
  - README.md
@@ -79,17 +79,17 @@ require_paths:
79
79
  - lib
80
80
  required_ruby_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - '>='
82
+ - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
91
  rubyforge_project:
92
- rubygems_version: 2.0.3
92
+ rubygems_version: 2.2.1
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: Translate your message into 60+ languages.