stingray-exec 0.1.0 → 0.1.1
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/.travis.yml +11 -0
- data/AUTHORS.md +1 -0
- data/README.md +1 -1
- data/lib/stingray/exec/version.rb +1 -1
- data/stingray-exec.gemspec +1 -1
- metadata +5 -8
data/.travis.yml
ADDED
data/AUTHORS.md
CHANGED
data/README.md
CHANGED
data/stingray-exec.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ require 'stingray/exec/version'
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = "stingray-exec"
|
|
8
8
|
gem.version = Stingray::Exec::VERSION
|
|
9
|
-
gem.authors = ["Dan Buch"]
|
|
9
|
+
gem.authors = ["Dan Buch", "Jake Ritorto", "Rafe Colton"]
|
|
10
10
|
gem.email = ["d.buch@modcloth.com"]
|
|
11
11
|
gem.description = %q{Stingray Traffic Manager Control API Client}
|
|
12
12
|
gem.summary = %q{Talks to Riverbed Stingray Traffic Manager over its SOAP Control API}
|
metadata
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stingray-exec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Dan Buch
|
|
9
|
+
- Jake Ritorto
|
|
10
|
+
- Rafe Colton
|
|
9
11
|
autorequire:
|
|
10
12
|
bindir: bin
|
|
11
13
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
14
|
+
date: 2013-07-09 00:00:00.000000000 Z
|
|
13
15
|
dependencies:
|
|
14
16
|
- !ruby/object:Gem::Dependency
|
|
15
17
|
name: savon
|
|
@@ -55,6 +57,7 @@ files:
|
|
|
55
57
|
- .local.integration.env
|
|
56
58
|
- .rspec
|
|
57
59
|
- .simplecov
|
|
60
|
+
- .travis.yml
|
|
58
61
|
- AUTHORS.md
|
|
59
62
|
- CONTRIBUTING.md
|
|
60
63
|
- Gemfile
|
|
@@ -103,18 +106,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
103
106
|
- - ! '>='
|
|
104
107
|
- !ruby/object:Gem::Version
|
|
105
108
|
version: '0'
|
|
106
|
-
segments:
|
|
107
|
-
- 0
|
|
108
|
-
hash: -1693318520406204840
|
|
109
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
none: false
|
|
111
111
|
requirements:
|
|
112
112
|
- - ! '>='
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
version: '0'
|
|
115
|
-
segments:
|
|
116
|
-
- 0
|
|
117
|
-
hash: -1693318520406204840
|
|
118
115
|
requirements: []
|
|
119
116
|
rubyforge_project:
|
|
120
117
|
rubygems_version: 1.8.23
|