loaderio 0.0.1 → 0.0.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.
- data/lib/loaderio/version.rb +1 -1
- data/loaderio.gemspec +3 -3
- metadata +5 -5
data/lib/loaderio/version.rb
CHANGED
data/loaderio.gemspec
CHANGED
@@ -4,9 +4,9 @@ require "loaderio/version"
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "loaderio"
|
6
6
|
s.version = Loaderio::VERSION
|
7
|
-
s.authors = ["
|
8
|
-
s.email = ["
|
9
|
-
s.homepage = ""
|
7
|
+
s.authors = ["Olexander Paladiy"]
|
8
|
+
s.email = ["loaderio@labs.sendgrid.com"]
|
9
|
+
s.homepage = "http://loader.io/"
|
10
10
|
s.summary = %q{loader.io ruby api client}
|
11
11
|
s.description = %q{loader.io ruby api client}
|
12
12
|
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: loaderio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- Olexander Paladiy
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
@@ -93,7 +93,7 @@ dependencies:
|
|
93
93
|
version: 1.5.0
|
94
94
|
description: loader.io ruby api client
|
95
95
|
email:
|
96
|
-
-
|
96
|
+
- loaderio@labs.sendgrid.com
|
97
97
|
executables: []
|
98
98
|
extensions: []
|
99
99
|
extra_rdoc_files: []
|
@@ -114,7 +114,7 @@ files:
|
|
114
114
|
- spec/unit/loaderio/base_spec.rb
|
115
115
|
- spec/unit/loaderio/configuration_spec.rb
|
116
116
|
- spec/unit/loaderio/test_spec.rb
|
117
|
-
homepage:
|
117
|
+
homepage: http://loader.io/
|
118
118
|
licenses: []
|
119
119
|
post_install_message:
|
120
120
|
rdoc_options: []
|
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
version: '0'
|
135
135
|
requirements: []
|
136
136
|
rubyforge_project: loaderio
|
137
|
-
rubygems_version: 1.8.
|
137
|
+
rubygems_version: 1.8.23
|
138
138
|
signing_key:
|
139
139
|
specification_version: 3
|
140
140
|
summary: loader.io ruby api client
|