ss7 1.0.1 → 1.0.2
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 +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +35 -0
- data/README.md +2 -1
- data/lib/ss7/version.rb +1 -1
- data/ss7.gemspec +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f2680658039ffaa2c67044f7703b5b3c483e394c94d45f8354de8586945649e
|
|
4
|
+
data.tar.gz: 300f477eb3dda3ef40a3a1bc91e0e0be209548f06090a101c37ff03cd8d3ca2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d583e1e756cdeaa894ed4b8f3ac9a581d0550c25a4ab94d5482a51a35677866cf363d16c44d69f64308d894c964530322fa79145a839ec515a66296842a5c04
|
|
7
|
+
data.tar.gz: cb9b432d866c9dec66b59eb1abc6c7f236a60d8877ce8b1a5aad09eac246c76db6217c2495c673189948cf10764bb3289c90d17aa8c94b9c8658f0857cdb071d
|
data/Gemfile
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
ss7 (1.0.2)
|
|
5
|
+
|
|
6
|
+
GEM
|
|
7
|
+
remote: https://rubygems.org/
|
|
8
|
+
specs:
|
|
9
|
+
diff-lcs (1.3)
|
|
10
|
+
rake (10.5.0)
|
|
11
|
+
rspec (3.8.0)
|
|
12
|
+
rspec-core (~> 3.8.0)
|
|
13
|
+
rspec-expectations (~> 3.8.0)
|
|
14
|
+
rspec-mocks (~> 3.8.0)
|
|
15
|
+
rspec-core (3.8.0)
|
|
16
|
+
rspec-support (~> 3.8.0)
|
|
17
|
+
rspec-expectations (3.8.2)
|
|
18
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
19
|
+
rspec-support (~> 3.8.0)
|
|
20
|
+
rspec-mocks (3.8.0)
|
|
21
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
22
|
+
rspec-support (~> 3.8.0)
|
|
23
|
+
rspec-support (3.8.0)
|
|
24
|
+
|
|
25
|
+
PLATFORMS
|
|
26
|
+
ruby
|
|
27
|
+
|
|
28
|
+
DEPENDENCIES
|
|
29
|
+
bundler (~> 1.17)
|
|
30
|
+
rake (~> 10.0)
|
|
31
|
+
rspec (~> 3.0)
|
|
32
|
+
ss7!
|
|
33
|
+
|
|
34
|
+
BUNDLED WITH
|
|
35
|
+
1.17.2
|
data/README.md
CHANGED
data/lib/ss7/version.rb
CHANGED
data/ss7.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["www.facebook.com/actionanand"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{ This gem is to manipulate SS7 point code into different bases }
|
|
13
|
-
spec.description = %q{
|
|
13
|
+
spec.description = %q{ This gem is to manipulate SS7 point (7-7 Std) code into different bases like Decimal, Octal, Binary and Hexa}
|
|
14
14
|
spec.homepage = "https://github.com/actionanand/ss7"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ss7
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anand Raja (AR)
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description: "
|
|
55
|
+
description: " This gem is to manipulate SS7 point (7-7 Std) code into different bases
|
|
56
|
+
like Decimal, Octal, Binary and Hexa"
|
|
56
57
|
email:
|
|
57
58
|
- www.facebook.com/actionanand
|
|
58
59
|
executables: []
|
|
@@ -64,6 +65,7 @@ files:
|
|
|
64
65
|
- ".travis.yml"
|
|
65
66
|
- CODE_OF_CONDUCT.md
|
|
66
67
|
- Gemfile
|
|
68
|
+
- Gemfile.lock
|
|
67
69
|
- LICENSE.txt
|
|
68
70
|
- README.md
|
|
69
71
|
- Rakefile
|