infoblocks 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/bin/infoblocks +0 -1
- data/infoblocks.gemspec +3 -1
- data/lib/infoblocks/version.rb +1 -1
- metadata +6 -4
data/bin/infoblocks
CHANGED
data/infoblocks.gemspec
CHANGED
@@ -5,9 +5,11 @@ spec = Gem::Specification.new do |s|
|
|
5
5
|
s.version = Infoblocks::VERSION
|
6
6
|
s.author = 'Sam Rees'
|
7
7
|
s.email = 'srees@enova.com'
|
8
|
-
s.homepage = '
|
8
|
+
s.homepage = 'https://github.com/samrees/infoblocks'
|
9
|
+
s.licenses = ['MIT']
|
9
10
|
s.platform = Gem::Platform::RUBY
|
10
11
|
s.summary = 'CLI Interface into Infoblox'
|
12
|
+
s.description = 'A frontend built in GLI that uses the Infoblox gem to make WAPI calls against any infoblox device.'
|
11
13
|
s.files = `git ls-files`.split("
|
12
14
|
")
|
13
15
|
s.require_paths << 'lib'
|
data/lib/infoblocks/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infoblocks
|
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:
|
@@ -91,7 +91,8 @@ dependencies:
|
|
91
91
|
- - '='
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: 0.2.6
|
94
|
-
description:
|
94
|
+
description: A frontend built in GLI that uses the Infoblox gem to make WAPI calls
|
95
|
+
against any infoblox device.
|
95
96
|
email: srees@enova.com
|
96
97
|
executables:
|
97
98
|
- infoblocks
|
@@ -115,8 +116,9 @@ files:
|
|
115
116
|
- lib/infoblocks/version.rb
|
116
117
|
- test/default_test.rb
|
117
118
|
- test/test_helper.rb
|
118
|
-
homepage:
|
119
|
-
licenses:
|
119
|
+
homepage: https://github.com/samrees/infoblocks
|
120
|
+
licenses:
|
121
|
+
- MIT
|
120
122
|
post_install_message:
|
121
123
|
rdoc_options:
|
122
124
|
- --title
|