data247 0.0.1 → 0.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.
- data/VERSION +1 -1
- data/lib/{data24_7.rb → data247.rb} +0 -0
- data/spec/{data24_7_spec.rb → data247_spec.rb} +0 -0
- data/spec/spec_helper.rb +1 -1
- metadata +6 -7
- data/.document +0 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
|
File without changes
|
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: data247
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Gerard de Brieder
|
|
@@ -58,14 +58,13 @@ extra_rdoc_files:
|
|
|
58
58
|
- LICENSE
|
|
59
59
|
- README.rdoc
|
|
60
60
|
files:
|
|
61
|
-
- .document
|
|
62
61
|
- .gitignore
|
|
63
62
|
- LICENSE
|
|
64
63
|
- README.rdoc
|
|
65
64
|
- Rakefile
|
|
66
65
|
- VERSION
|
|
67
|
-
- lib/
|
|
68
|
-
- spec/
|
|
66
|
+
- lib/data247.rb
|
|
67
|
+
- spec/data247_spec.rb
|
|
69
68
|
- spec/spec_helper.rb
|
|
70
69
|
has_rdoc: true
|
|
71
70
|
homepage: http://github.com/smeevil/data247
|
|
@@ -102,5 +101,5 @@ signing_key:
|
|
|
102
101
|
specification_version: 3
|
|
103
102
|
summary: Wrapper class for Data24-7 mobile operator detection based on msisdn.
|
|
104
103
|
test_files:
|
|
105
|
-
- spec/
|
|
104
|
+
- spec/data247_spec.rb
|
|
106
105
|
- spec/spec_helper.rb
|