t411 0.0.7 → 0.0.8

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: 333cbcfcc88f27cc2fe5d13d8ac2dfbfe5987c1a
4
- data.tar.gz: 44e4eef12fefd02ae97d1be063314156462df5e3
3
+ metadata.gz: 6953a22077721492504d8aaa3aa058a29dd12db8
4
+ data.tar.gz: c346e8a4be1ab932836dba67efa1e5e3eaf367ff
5
5
  SHA512:
6
- metadata.gz: f94024c07a602fe7efa3a44f7dfa91cdd0e85de0ad865c1ec4fbed49110ed1798817767ca07e2d0b44f3bb0e37831c4a475817174b105e3f88cdfb86fa710fd4
7
- data.tar.gz: 442e5e6f1290bcde4e083b0a7fe329d7ea1862547ee26b703f045419c2929600ef73d713423beab2541f4da78c14e9a3bf2f3331bb7972305482f042e1e4f2e3
6
+ metadata.gz: 18a312732d5cd0ca61bc1158d9650ab02da618ef3d7e0be806e6a9d60e823a6272e7dcbf6a54b33d2432ff55c8db144068f93f002dd852ba903032a4ed20e7ce
7
+ data.tar.gz: 440e9f7f6d313d7169f289f8e79b6bd152076e764d738e3246c98bdc9a9cc6410c909433438ed91fe355a8577a0e053dc06a29608fa526c85d166f0485961a3c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # T411
2
2
 
3
- A Ruby wrapper for the t411.me API.
3
+ A Ruby wrapper for the t411 API.
4
4
 
5
5
  ## Installation
6
6
 
@@ -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.io'
9
+ $t411_base_url = 'http://api.t411.in'
10
10
 
11
11
  def self.connect(username,password)
12
12
  uri = URI.parse($t411_base_url + "/auth")
@@ -1,3 +1,3 @@
1
1
  module T411
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
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.io API"
12
- spec.summary = "Ruby wrapper for the t411.io API"
11
+ spec.description = "Ruby wrapper for the t411.in API"
12
+ spec.summary = "Ruby wrapper for the t411.in 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.7
4
+ version: 0.0.8
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-02-23 00:00:00.000000000 Z
11
+ date: 2015-09-24 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.io API
41
+ description: Ruby wrapper for the t411.in API
42
42
  email:
43
43
  - christophe@augello.be
44
44
  executables: []
@@ -77,9 +77,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  requirements: []
79
79
  rubyforge_project:
80
- rubygems_version: 2.2.2
80
+ rubygems_version: 2.4.8
81
81
  signing_key:
82
82
  specification_version: 4
83
- summary: Ruby wrapper for the t411.io API
83
+ summary: Ruby wrapper for the t411.in API
84
84
  test_files: []
85
- has_rdoc: