touggsl 0.2 → 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.
- data/Rakefile +1 -1
- data/bin/touggsl +6 -0
- data/lib/version.rb +1 -1
- data/test/touggsl/test_version.rb +1 -1
- data/touggsl.gemspec +5 -3
- metadata +7 -5
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ require 'jeweler'
|
|
|
16
16
|
Jeweler::Tasks.new do |gem|
|
|
17
17
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
18
18
|
gem.name = "touggsl"
|
|
19
|
-
gem.homepage = "http://github.com/
|
|
19
|
+
gem.homepage = "http://github.com/touggsl/touggsl"
|
|
20
20
|
gem.license = "MIT"
|
|
21
21
|
gem.version = Touggsl::VERSION
|
|
22
22
|
gem.summary = %Q{Ruby code to access superlogica API}
|
data/bin/touggsl
ADDED
data/lib/version.rb
CHANGED
data/touggsl.gemspec
CHANGED
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "touggsl"
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Edipo Luis Federle", "Dyan Carlos Carra"]
|
|
12
|
-
s.date = "2013-11-
|
|
12
|
+
s.date = "2013-11-04"
|
|
13
13
|
s.description = "Ruby code to access superlogica API"
|
|
14
14
|
s.email = ["edipofederle@gmail.com", "dyancarra@gmail.com"]
|
|
15
|
+
s.executables = ["touggsl"]
|
|
15
16
|
s.extra_rdoc_files = [
|
|
16
17
|
"LICENSE.txt",
|
|
17
18
|
"README.rdoc"
|
|
@@ -22,6 +23,7 @@ Gem::Specification.new do |s|
|
|
|
22
23
|
"LICENSE.txt",
|
|
23
24
|
"README.rdoc",
|
|
24
25
|
"Rakefile",
|
|
26
|
+
"bin/touggsl",
|
|
25
27
|
"lib/touggsl.rb",
|
|
26
28
|
"lib/touggsl/auth.rb",
|
|
27
29
|
"lib/touggsl/client.rb",
|
|
@@ -37,7 +39,7 @@ Gem::Specification.new do |s|
|
|
|
37
39
|
"test/touggsl_helper.rb",
|
|
38
40
|
"touggsl.gemspec"
|
|
39
41
|
]
|
|
40
|
-
s.homepage = "http://github.com/
|
|
42
|
+
s.homepage = "http://github.com/touggsl/touggsl"
|
|
41
43
|
s.licenses = ["MIT"]
|
|
42
44
|
s.require_paths = ["lib"]
|
|
43
45
|
s.rubygems_version = "1.8.23"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: touggsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.3'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-11-
|
|
13
|
+
date: 2013-11-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: shoulda
|
|
@@ -144,7 +144,8 @@ description: Ruby code to access superlogica API
|
|
|
144
144
|
email:
|
|
145
145
|
- edipofederle@gmail.com
|
|
146
146
|
- dyancarra@gmail.com
|
|
147
|
-
executables:
|
|
147
|
+
executables:
|
|
148
|
+
- touggsl
|
|
148
149
|
extensions: []
|
|
149
150
|
extra_rdoc_files:
|
|
150
151
|
- LICENSE.txt
|
|
@@ -155,6 +156,7 @@ files:
|
|
|
155
156
|
- LICENSE.txt
|
|
156
157
|
- README.rdoc
|
|
157
158
|
- Rakefile
|
|
159
|
+
- bin/touggsl
|
|
158
160
|
- lib/touggsl.rb
|
|
159
161
|
- lib/touggsl/auth.rb
|
|
160
162
|
- lib/touggsl/client.rb
|
|
@@ -169,7 +171,7 @@ files:
|
|
|
169
171
|
- test/touggsl/test_version.rb
|
|
170
172
|
- test/touggsl_helper.rb
|
|
171
173
|
- touggsl.gemspec
|
|
172
|
-
homepage: http://github.com/
|
|
174
|
+
homepage: http://github.com/touggsl/touggsl
|
|
173
175
|
licenses:
|
|
174
176
|
- MIT
|
|
175
177
|
post_install_message:
|
|
@@ -184,7 +186,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
184
186
|
version: '0'
|
|
185
187
|
segments:
|
|
186
188
|
- 0
|
|
187
|
-
hash:
|
|
189
|
+
hash: 2581629456447863970
|
|
188
190
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
191
|
none: false
|
|
190
192
|
requirements:
|