t411 0.0.9 → 0.0.10

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: f4695ec178205fc28e73444c78488c7d9112e700
4
- data.tar.gz: 1e7dccddb4046414f1e076413f6568b97d304a26
3
+ metadata.gz: a41fe118d272ad93ef2c79b2851a498ff7f8d130
4
+ data.tar.gz: 6f58fac694224ca8cfcfb22f4b9fc61fd7e7a9b2
5
5
  SHA512:
6
- metadata.gz: 7edd893983a68272e6e1dc9d5a3bff10aa8a62cea59b25dfd007fe62a368a0e1cdf0a530db0d9c24b80ee500b4428d888d9f86015bbc42f3ace6d097aaa3f379
7
- data.tar.gz: 8782edd7bab6356c1a3b5335348d9f6bec439702dd89e692639be33fe44ba8a048c9b5d261b29bd33bd6f90afd533ea0edb722d5ebf005c0e39af2d0229348f8
6
+ metadata.gz: bc232c924285b8f7fd0d6549be12dc4134c9733205b836bd59ab9e43fc676a14458166f65421775ecf4b6a3f11841af3b6634314fb05ca4b8b4028f719c43889
7
+ data.tar.gz: f629b0756d192fc93bc4b7e9ebbec34c00547e56c01fc9c2bb357f9bf344b9d45aa9bae4f0fb7e1d8554b6d496ca9daf7e6d642ae62cc26221273d0ab161b492
@@ -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.in'
9
+ $t411_base_url = 'http://api.t411.ch'
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.9'
2
+ VERSION = '0.0.10'
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.in API"
12
- spec.summary = "Ruby wrapper for the t411.in API"
11
+ spec.description = "Ruby wrapper for the t411.ch API"
12
+ spec.summary = "Ruby wrapper for the t411.ch 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.9
4
+ version: 0.0.10
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-11-04 00:00:00.000000000 Z
11
+ date: 2016-02-27 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.in API
41
+ description: Ruby wrapper for the t411.ch API
42
42
  email:
43
43
  - christophe@augello.be
44
44
  executables: []
@@ -80,5 +80,5 @@ rubyforge_project:
80
80
  rubygems_version: 2.4.8
81
81
  signing_key:
82
82
  specification_version: 4
83
- summary: Ruby wrapper for the t411.in API
83
+ summary: Ruby wrapper for the t411.ch API
84
84
  test_files: []