scalaroid 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a36a4d49a0a9f966e0e035467253ef6259f556c
4
- data.tar.gz: b6d2de48e024256db8a89e2ad62153ebd3819c78
3
+ metadata.gz: c09f2bb9ed46b1e0b54d7e05fd92be7c5bf057be
4
+ data.tar.gz: d390925bd1f988fe449c7903b4ace5d9484427f7
5
5
  SHA512:
6
- metadata.gz: 25548fda888cf005d9a63c6c876fe6d715409ffe54a5cc80fbbdaa18c7207d64e815c1d5c89271118fec366afe40973b570dbd54b43bccc60c5e35d0fd6003a1
7
- data.tar.gz: d4c7d191bdc12dc0eed503ef8043e674f235cbe3e049b5aa80b01d2b4810c89be88254de2d9b6048ee95dcb623f6047665515315225fa3f08e56a95a5286153c
6
+ metadata.gz: 4e13798238bd65e2f94d324192d91b8fc4c3ac6792a2a936f2ce771ec575d97a3b86f56a2c6f7925d51550cc7c2fa90b057e9bfb629b63e5ab66bf7b0fdcc27f
7
+ data.tar.gz: 3bdfa3f2c6db078086c2e8706697f5e54eb957871d1dee50a080de7272cc184783182cfeba3cb2ad2ae66116411ae1493191b3673e6872891e0ca2cc9dec78c3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- scalaroid (0.0.1)
4
+ scalaroid (0.0.4)
5
5
  json (~> 1.7)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module Scalaroid
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/scalaroid.rb CHANGED
@@ -13,8 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- require 'rubygems'
17
- gem 'json', '>=1.4.1'
18
16
  require 'json'
19
17
  require 'net/http'
20
18
  require 'base64'
@@ -71,6 +69,7 @@ module Scalaroid
71
69
  autoload :TimeoutError, "scalaroid/errors"
72
70
  autoload :UnknownError, "scalaroid/errors"
73
71
 
72
+ autoload :Client, "scalaroid/client"
74
73
  autoload :DeleteResult, "scalaroid/delete_result"
75
74
  autoload :JSONConnection, "scalaroid/json_connection"
76
75
  autoload :JSONReqList, "scalaroid/json_req_list"
data/scalaroid.gemspec CHANGED
@@ -1,12 +1,6 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
- # stub: scalaroid 0.0.1 ruby lib
6
-
7
1
  Gem::Specification.new do |s|
8
2
  s.name = "scalaroid"
9
- s.version = "0.0.4"
3
+ s.version = "0.0.5"
10
4
 
11
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
6
  s.require_paths = ["lib"]
@@ -19,7 +13,6 @@ Gem::Specification.new do |s|
19
13
  "LICENSE.txt"
20
14
  ]
21
15
  s.files = [
22
- ".document",
23
16
  "Gemfile",
24
17
  "Gemfile.lock",
25
18
  "LICENSE.txt",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scalaroid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Teodor Pripoae
@@ -88,7 +88,6 @@ extensions: []
88
88
  extra_rdoc_files:
89
89
  - LICENSE.txt
90
90
  files:
91
- - ".document"
92
91
  - Gemfile
93
92
  - Gemfile.lock
94
93
  - LICENSE.txt
data/.document DELETED
@@ -1,4 +0,0 @@
1
- lib/**/*.rb
2
- bin/*
3
- -
4
- LICENSE.txt