horntell 0.3.1 → 0.3.2
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 +4 -4
- data/horntell.gemspec +5 -3
- data/lib/horntell/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce180cc30673f561b8db9e21234fc559fd9b58b6
|
|
4
|
+
data.tar.gz: 17125e74804b90b9d68a3fe5db6c266e3bcaee5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25c7cfed6792ab151f7f5b8386f19ce6f9d6c55f80644b99508f4a8a4964b7bb134d4563379d2e3c642cd26d3d7d370b1b393c42e77eacb92bd0a2d445c4e1ab
|
|
7
|
+
data.tar.gz: 5e3413d5e2b30ec9e5cb6f6d68c75d02f858b5013bee5c5a4dcfb1e3cb094f233e68291945944d884753a3564f6ea8279c649797c5f63b189dda646908879210
|
data/horntell.gemspec
CHANGED
|
@@ -9,15 +9,17 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Mohit Mamoria"]
|
|
10
10
|
spec.email = ["mohit@horntell.com"]
|
|
11
11
|
spec.summary = "Horntell SDK for Ruby"
|
|
12
|
-
spec.description = ""
|
|
13
|
-
spec.homepage = "http://
|
|
12
|
+
spec.description = "This SDK allows you to easily integrate Horntell in your Ruby applications."
|
|
13
|
+
spec.homepage = "http://github.com/horntell/ruby-sdk"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
|
-
|
|
20
|
+
|
|
21
|
+
spec.required_ruby_version = '>= 1.9.3'
|
|
22
|
+
|
|
21
23
|
spec.add_dependency('rest-client', '~> 1.4')
|
|
22
24
|
spec.add_dependency('json', '~> 1.8.1')
|
|
23
25
|
|
data/lib/horntell/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: horntell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mohit Mamoria
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '10.0'
|
|
69
|
-
description:
|
|
69
|
+
description: This SDK allows you to easily integrate Horntell in your Ruby applications.
|
|
70
70
|
email:
|
|
71
71
|
- mohit@horntell.com
|
|
72
72
|
executables: []
|
|
@@ -95,7 +95,7 @@ files:
|
|
|
95
95
|
- lib/horntell/http/response.rb
|
|
96
96
|
- lib/horntell/profile.rb
|
|
97
97
|
- lib/horntell/version.rb
|
|
98
|
-
homepage: http://
|
|
98
|
+
homepage: http://github.com/horntell/ruby-sdk
|
|
99
99
|
licenses:
|
|
100
100
|
- MIT
|
|
101
101
|
metadata: {}
|
|
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
requirements:
|
|
108
108
|
- - ">="
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version:
|
|
110
|
+
version: 1.9.3
|
|
111
111
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
112
|
requirements:
|
|
113
113
|
- - ">="
|