3scale-3scale_ws_api_for_ruby 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ end
16
16
  desc 'Generate documentation.'
17
17
  Rake::RDocTask.new(:rdoc) do |rdoc|
18
18
  rdoc.rdoc_dir = 'rdoc'
19
- rdoc.title = '3scale interface'
19
+ rdoc.title = '3scale web service management api'
20
20
  rdoc.options << '--line-numbers' << '--inline-source'
21
21
  rdoc.rdoc_files.include('README')
22
22
  rdoc.rdoc_files.include('lib/**/*.rb')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 3scale-3scale_ws_api_for_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Adam Cig\xC3\xA1nek"