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 CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
File without changes
@@ -1,6 +1,6 @@
1
1
  $LOAD_PATH.unshift(File.dirname(__FILE__))
2
2
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
3
- require 'data24_7'
3
+ require 'data247'
4
4
  require 'spec'
5
5
  require 'spec/autorun'
6
6
  require 'fakeweb'
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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/data24_7.rb
68
- - spec/data24_7_spec.rb
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/data24_7_spec.rb
104
+ - spec/data247_spec.rb
106
105
  - spec/spec_helper.rb
data/.document DELETED
@@ -1,5 +0,0 @@
1
- README.rdoc
2
- lib/**/*.rb
3
- bin/*
4
- features/**/*.feature
5
- LICENSE