sitra_client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/sitra_client.rb CHANGED
@@ -2,6 +2,7 @@ require 'sitra_client/version'
2
2
  require 'sitra_client/sitra_query'
3
3
  require 'sitra_client/sitra_response'
4
4
  require 'open-uri'
5
+ require 'logger'
5
6
 
6
7
  module SitraClient
7
8
 
@@ -3,8 +3,6 @@ require 'json'
3
3
 
4
4
  class SitraResponse
5
5
 
6
- include AttributeHelper
7
-
8
6
  def initialize
9
7
  @json_response = ''
10
8
  end
@@ -1,3 +1,3 @@
1
1
  module SitraClient
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/sitra_client.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = SitraClient::VERSION
9
9
  spec.authors = ["jeanbaptistevilain"]
10
10
  spec.email = ["jbvilain@gmail.com"]
11
- spec.description = %q{Sitra Client Gem}
12
- spec.summary = %q{A simple Ruby wrapper for the SITRA JSON api}
13
- spec.homepage = ""
11
+ spec.description = "Sitra Client Gem"
12
+ spec.summary = "A simple Ruby wrapper for the SITRA JSON api"
13
+ spec.homepage = "https://github.com/jeanbaptistevilain/sitra_client"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sitra_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-10 00:00:00.000000000 Z
12
+ date: 2014-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -127,7 +127,7 @@ files:
127
127
  - sitra_client.gemspec
128
128
  - test/sitra_client/sitra_query_test.rb
129
129
  - test/sitra_client/sitra_response_test.rb
130
- homepage: ''
130
+ homepage: https://github.com/jeanbaptistevilain/sitra_client
131
131
  licenses:
132
132
  - MIT
133
133
  post_install_message: