3scale_toolbox 0.2.2 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ba9d1b4f8d84a4bbb476373306f7f8a9fae3635
4
- data.tar.gz: 50e3fa7fd1003b1d7315ce639c70327ef895b059
3
+ metadata.gz: c06fef14e4b85f8c23bfbde952198345f502744e
4
+ data.tar.gz: efd42927ca217afa27625810d1fecab9c23c5316
5
5
  SHA512:
6
- metadata.gz: ce7697adb8338135b1b1e2cc60cf4c710e59b132605a5214290d1a847a3520615d1b565275502b47a1c16c9742286d8d230603dea36b091fd32c4e180370e49f
7
- data.tar.gz: 4203344963af5486f4e90a70bcc60eac36d75267ffe67f1de3820bac3ef8db4229c470f305c0d76b94715537e1f581807109e98150d1fd8a2f0d4b90cc0c15f6
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 threescale_toolbox` to use the gem in this directory, ignoring other installed copies of this gem.
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
 
@@ -1,3 +1,3 @@
1
1
  module ThreeScaleToolbox
2
- VERSION = '0.2.2'
2
+ VERSION = '0.3.0'
3
3
  end
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.2.2
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: 2016-04-21 00:00:00.000000000 Z
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: '0'
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.5.1
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: