3scale_toolbox 0.2.2 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/3scale_toolbox/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c06fef14e4b85f8c23bfbde952198345f502744e
|
4
|
+
data.tar.gz: efd42927ca217afa27625810d1fecab9c23c5316
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3926f07e4057c625aaff424c16a8721eaa639205abfe5f1d104c78cc9b6da537751289744faab53607e9c4635b2f6b8c3903d007afdc7e7c5aa550c11cf0b5ae
|
7
|
+
data.tar.gz: 6010129bbd8a4a8ce8026ad98dcfaf0749133514be63baccd2c1f9da7b427ef6e74edfebb90cda81e5090f40afedcfbd46ffba6a9907865fb6020b7b0833a18f
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# 3scale toolbox
|
2
2
|
|
3
|
-
3scale toolbox is a set of tools to help you manage your 3scale product.
|
3
|
+
3scale toolbox is a set of tools to help you manage your 3scale product. Using the [3scale API Ruby Client](https://github.com/3scale/3scale-api-ruby).
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -33,7 +33,7 @@ Will create a new services, metrics, methods and mapping rules.
|
|
33
33
|
|
34
34
|
## Development
|
35
35
|
|
36
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec
|
36
|
+
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec 3scale` to use the gem in this directory, ignoring other installed copies of this gem.
|
37
37
|
|
38
38
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
39
39
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: 3scale_toolbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michal Cichra
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,7 +72,8 @@ files:
|
|
72
72
|
- lib/3scale_toolbox/cli.rb
|
73
73
|
- lib/3scale_toolbox/version.rb
|
74
74
|
homepage: https://github.com/3scale/3scale_toolbox
|
75
|
-
licenses:
|
75
|
+
licenses:
|
76
|
+
- MIT
|
76
77
|
metadata: {}
|
77
78
|
post_install_message:
|
78
79
|
rdoc_options: []
|
@@ -82,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
82
83
|
requirements:
|
83
84
|
- - ">="
|
84
85
|
- !ruby/object:Gem::Version
|
85
|
-
version: '
|
86
|
+
version: '2.1'
|
86
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
87
88
|
requirements:
|
88
89
|
- - ">="
|
@@ -90,9 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
91
|
version: '0'
|
91
92
|
requirements: []
|
92
93
|
rubyforge_project:
|
93
|
-
rubygems_version: 2.
|
94
|
+
rubygems_version: 2.6.12
|
94
95
|
signing_key:
|
95
96
|
specification_version: 4
|
96
97
|
summary: 3scale CLI Toolbox.
|
97
98
|
test_files: []
|
98
|
-
has_rdoc:
|