smooth_operator 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/lib/smooth_operator/core.rb +1 -1
- data/lib/smooth_operator/version.rb +1 -1
- metadata +5 -11
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
ZDdlYTY3OGVhODk3ZWEzY2RkMTJjMGMyZmFiYmI2MTkzZTUwNDMyMg==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MmZiZTg4YTc3ZGI0OTI2OTA5ZTRiZjkyZDhkYzliMmMzNWE3NDUxYg==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
YzdkZDE5MjY4MjZkYzA4M2ZiNGVlNzMzZTViOWM5ZWIzY2FiMGYwZGMzZjJh
|
10
|
+
OTQ0NzYxMWI5ZmNhMjYzM2Y1Y2FkOGIyNmIyNmVkNzNiMmM3NGRkYTRiMjU3
|
11
|
+
YTA2YzNkMjVmZDAzMTFjZThmNDZhNWFhNWRjYWZmM2Y4YTgwYTE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
ZDY3ZmVjZmMyNDIxNmRhMWZmMzc2ZGUyNjNjOWQ0NzdkZjZjNTUxNTU5NmI0
|
14
|
+
N2FmYjk4M2IyY2YzNDZlM2UwMzlmNDgxNDg1NDI4NTJkODcwODkzNDY3ZmZh
|
15
|
+
NWUwYmJlNGYwNGQ1MTEzYzRmOGIyMDgxYTc2MDcxY2U4OGFhYWY=
|
data/lib/smooth_operator/core.rb
CHANGED
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smooth_operator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
5
|
-
prerelease:
|
4
|
+
version: 0.4.4
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- João Gonçalves
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-01-13 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: bundler
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ~>
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :development
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ~>
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,7 +27,6 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: rake
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
31
|
- - ! '>='
|
36
32
|
- !ruby/object:Gem::Version
|
@@ -38,7 +34,6 @@ dependencies:
|
|
38
34
|
type: :development
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
38
|
- - ! '>='
|
44
39
|
- !ruby/object:Gem::Version
|
@@ -70,27 +65,26 @@ files:
|
|
70
65
|
homepage: https://github.com/goncalvesjoao/smooth_operator
|
71
66
|
licenses:
|
72
67
|
- MIT
|
68
|
+
metadata: {}
|
73
69
|
post_install_message:
|
74
70
|
rdoc_options: []
|
75
71
|
require_paths:
|
76
72
|
- lib
|
77
73
|
required_ruby_version: !ruby/object:Gem::Requirement
|
78
|
-
none: false
|
79
74
|
requirements:
|
80
75
|
- - ! '>='
|
81
76
|
- !ruby/object:Gem::Version
|
82
77
|
version: '0'
|
83
78
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
|
-
none: false
|
85
79
|
requirements:
|
86
80
|
- - ! '>='
|
87
81
|
- !ruby/object:Gem::Version
|
88
82
|
version: '0'
|
89
83
|
requirements: []
|
90
84
|
rubyforge_project:
|
91
|
-
rubygems_version:
|
85
|
+
rubygems_version: 2.0.7
|
92
86
|
signing_key:
|
93
|
-
specification_version:
|
87
|
+
specification_version: 4
|
94
88
|
summary: Simple and fully customizable alternative to ActiveResource, based on httparty
|
95
89
|
gem
|
96
90
|
test_files: []
|