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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d744a1c3937e8972fb5d446c8e09c2dc919294736b2c2bd7e5ac7fb1b9747c94
4
- data.tar.gz: 00cd744227e5b46cd887c709c3c8fd4acf4bdec1fd692ed23ce513e24572dfa1
3
+ metadata.gz: 4f2680658039ffaa2c67044f7703b5b3c483e394c94d45f8354de8586945649e
4
+ data.tar.gz: 300f477eb3dda3ef40a3a1bc91e0e0be209548f06090a101c37ff03cd8d3ca2a
5
5
  SHA512:
6
- metadata.gz: ab09607650d4e6ad28280c225163753baf1a0bd4e662c7b846a20a6f1ed3962451e0faedc16e4d50127f19dc28835aef50c0060c9b5308b3ef973761366d3115
7
- data.tar.gz: ba2fb976a01b927d26980638bb4965b10a5e8bee54c6ec2627e97ef245885b00d8f33ae0e6fcf1bbaf765db707ba38a8c972d1cc5ebd46d1bfc3d5de0d1e2fc6
6
+ metadata.gz: 4d583e1e756cdeaa894ed4b8f3ac9a581d0550c25a4ab94d5482a51a35677866cf363d16c44d69f64308d894c964530322fa79145a839ec515a66296842a5c04
7
+ data.tar.gz: cb9b432d866c9dec66b59eb1abc6c7f236a60d8877ce8b1a5aad09eac246c76db6217c2495c673189948cf10764bb3289c90d17aa8c94b9c8658f0857cdb071d
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
3
+ git_source(:github) {|repo_name| "https://github.com/actionanand/ss7" }
4
4
 
5
5
  # Specify your gem's dependencies in ss7.gemspec
6
6
  gemspec
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
@@ -29,7 +29,8 @@ Or install it yourself as:
29
29
 
30
30
  ## Usage
31
31
 
32
- TODO:
32
+ require ss7
33
+ include Ss7
33
34
 
34
35
  dec2pc77("12900") to convert decimal into SS7 point code 7-7
35
36
  pc772dec("65-87") to convert SS7 point code 7-7 into Decimal
data/lib/ss7/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ss7
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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{ Kindly read readme for further understanding }
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.1
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: " Kindly read readme for further understanding "
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