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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/scalaroid/version.rb +1 -1
- data/lib/scalaroid.rb +1 -2
- data/scalaroid.gemspec +1 -8
- metadata +1 -2
- data/.document +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c09f2bb9ed46b1e0b54d7e05fd92be7c5bf057be
|
4
|
+
data.tar.gz: d390925bd1f988fe449c7903b4ace5d9484427f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e13798238bd65e2f94d324192d91b8fc4c3ac6792a2a936f2ce771ec575d97a3b86f56a2c6f7925d51550cc7c2fa90b057e9bfb629b63e5ab66bf7b0fdcc27f
|
7
|
+
data.tar.gz: 3bdfa3f2c6db078086c2e8706697f5e54eb957871d1dee50a080de7272cc184783182cfeba3cb2ad2ae66116411ae1493191b3673e6872891e0ca2cc9dec78c3
|
data/Gemfile.lock
CHANGED
data/lib/scalaroid/version.rb
CHANGED
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.
|
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
|
+
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