touggsl 0.8 → 0.8.1
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 +8 -8
- data/Rakefile +1 -1
- data/lib/version.rb +1 -1
- data/test/touggsl/test_version.rb +1 -1
- data/touggsl.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2QzNTJmMjg4YmU1ZTU2MThkZGU5NDEzN2ZlN2U4NmFhZDE2OTY1ZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTYyZWQ0MjQ0ZTlhMDc4N2EzYjNmMmQxMGZlYWRiYWZjMTliMDhjNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZDJlNDZkMTJkNGQwM2IxYzFjNTA0NWMxNzUyYmUzMDRhOWZjODc2N2NjOTc2
|
|
10
|
+
MWYzYzkzYjc1ZTRmYzlmNzlkZmU4ZTY2OGQ4MWM4N2ExNmVkOTMwMmNkNTY1
|
|
11
|
+
NGQxM2EzNmMyMTBkYzM2MGFhNzE5NjEzZjJlNDAyM2QyYzUxMzE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTU3MGYxNzMyZTNlNWEyNDE2NzA5ZDVkNDU2OGEwMzNlNDJkOWIxODhlMGE4
|
|
14
|
+
YjRiN2QyM2RkODc4MDhmMzMzNWExNTU1MmE4OWIwNWQ0YjA5NDBmMjgxYTky
|
|
15
|
+
MzVjY2E2MDExMzQyZjY4YTc5MDczNmJjYzkxZjUyZjFhNGMyNjY=
|
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/tougg/touggsl"
|
|
20
20
|
gem.license = "MIT"
|
|
21
21
|
gem.version = Touggsl::VERSION
|
|
22
22
|
gem.summary = %Q{Ruby code to access superlogica API}
|
data/lib/version.rb
CHANGED
data/touggsl.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: touggsl 0.8 ruby lib
|
|
5
|
+
# stub: touggsl 0.8.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "touggsl"
|
|
9
|
-
s.version = "0.8"
|
|
9
|
+
s.version = "0.8.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.authors = ["Edipo Luis Federle", "Dyan Carlos Carra"]
|
|
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
|
|
|
42
42
|
"test/touggsl_helper.rb",
|
|
43
43
|
"touggsl.gemspec"
|
|
44
44
|
]
|
|
45
|
-
s.homepage = "http://github.com/
|
|
45
|
+
s.homepage = "http://github.com/tougg/touggsl"
|
|
46
46
|
s.licenses = ["MIT"]
|
|
47
47
|
s.require_paths = ["lib"]
|
|
48
48
|
s.rubygems_version = "2.1.11"
|
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:
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Edipo Luis Federle
|
|
@@ -156,7 +156,7 @@ files:
|
|
|
156
156
|
- test/touggsl/test_version.rb
|
|
157
157
|
- test/touggsl_helper.rb
|
|
158
158
|
- touggsl.gemspec
|
|
159
|
-
homepage: http://github.com/
|
|
159
|
+
homepage: http://github.com/tougg/touggsl
|
|
160
160
|
licenses:
|
|
161
161
|
- MIT
|
|
162
162
|
metadata: {}
|