t411 0.0.6 → 0.0.7

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
  SHA1:
3
- metadata.gz: 455e16510d4b511aa99faa397e3340688927eabb
4
- data.tar.gz: b234d5ec3483292422782c20055bad7926d543ea
3
+ metadata.gz: 333cbcfcc88f27cc2fe5d13d8ac2dfbfe5987c1a
4
+ data.tar.gz: 44e4eef12fefd02ae97d1be063314156462df5e3
5
5
  SHA512:
6
- metadata.gz: 08060bf357d2cf5b444aa5ab076898a7259c7ed6ea18e66da2901798d147ad753144773a4e557b708ce6db738dff497779d480792ab93394eb970c3bb9391b2c
7
- data.tar.gz: 1fe7741b361e9702e3a64af289b6185c9b8a7d4be1264f4b13db0738f811380e3585ea3ab773ef6f361519b885f7f1595c80a837faf4d7495b2773a3f5354871
6
+ metadata.gz: f94024c07a602fe7efa3a44f7dfa91cdd0e85de0ad865c1ec4fbed49110ed1798817767ca07e2d0b44f3bb0e37831c4a475817174b105e3f88cdfb86fa710fd4
7
+ data.tar.gz: 442e5e6f1290bcde4e083b0a7fe329d7ea1862547ee26b703f045419c2929600ef73d713423beab2541f4da78c14e9a3bf2f3331bb7972305482f042e1e4f2e3
@@ -22,7 +22,7 @@
22
22
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23
23
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
24
 
25
- A Ruby wrapper for the t411.me API.
25
+ A Ruby wrapper for the t411.io API.
26
26
  Supports all API methods
27
27
  =end
28
28
 
@@ -6,7 +6,7 @@ module T411
6
6
  module Api
7
7
  extend self
8
8
  attr_accessor :token
9
- $t411_base_url = 'http://api.t411.me'
9
+ $t411_base_url = 'http://api.t411.io'
10
10
 
11
11
  def self.connect(username,password)
12
12
  uri = URI.parse($t411_base_url + "/auth")
@@ -24,9 +24,5 @@ module T411
24
24
  def self.shared_token
25
25
  @token
26
26
  end
27
-
28
-
29
-
30
27
  end
31
28
  end
32
-
@@ -1,3 +1,3 @@
1
1
  module T411
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = T411::VERSION
9
9
  spec.authors = ["Christophe Augello"]
10
10
  spec.email = ["christophe@augello.be"]
11
- spec.description = "Ruby wrapper for the t411.me API"
12
- spec.summary = "Ruby wrapper for the t411.me API"
11
+ spec.description = "Ruby wrapper for the t411.io API"
12
+ spec.summary = "Ruby wrapper for the t411.io API"
13
13
  spec.homepage = "https://www.github.com/kartouch/t411"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: t411
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christophe Augello
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-23 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Ruby wrapper for the t411.me API
41
+ description: Ruby wrapper for the t411.io API
42
42
  email:
43
43
  - christophe@augello.be
44
44
  executables: []
@@ -80,5 +80,6 @@ rubyforge_project:
80
80
  rubygems_version: 2.2.2
81
81
  signing_key:
82
82
  specification_version: 4
83
- summary: Ruby wrapper for the t411.me API
83
+ summary: Ruby wrapper for the t411.io API
84
84
  test_files: []
85
+ has_rdoc: