ruby-resty 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. data/lib/version.rb +1 -1
  2. data/ruby-resty.gemspec +2 -2
  3. metadata +4 -4
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Resty
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/ruby-resty.gemspec CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |gem|
7
7
  gem.version = Resty::VERSION
8
8
  gem.authors = ['Austen Ito']
9
9
  gem.email = ['austen.dev@gmail.com']
10
- gem.homepage = ''
11
- gem.summary = ''
10
+ gem.homepage = 'https://github.com/austenito/ruby-resty'
11
+ gem.summary = 'A ruby port of the Resty CLI'
12
12
  gem.description = gem.summary
13
13
  gem.files = `git ls-files`.split("\n")
14
14
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-resty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -267,7 +267,7 @@ dependencies:
267
267
  - - ! '>='
268
268
  - !ruby/object:Gem::Version
269
269
  version: '0'
270
- description: ''
270
+ description: A ruby port of the Resty CLI
271
271
  email:
272
272
  - austen.dev@gmail.com
273
273
  executables:
@@ -328,7 +328,7 @@ files:
328
328
  - spec/vcr/method_command/put_returns_204.yml
329
329
  - spec/vcr/method_command/put_sends_headers.yml
330
330
  - templates/ruby_resty.yml
331
- homepage: ''
331
+ homepage: https://github.com/austenito/ruby-resty
332
332
  licenses:
333
333
  - MIT
334
334
  post_install_message:
@@ -352,7 +352,7 @@ rubyforge_project:
352
352
  rubygems_version: 1.8.24
353
353
  signing_key:
354
354
  specification_version: 3
355
- summary: ''
355
+ summary: A ruby port of the Resty CLI
356
356
  test_files:
357
357
  - spec/lib/resty/commands/method_command_spec.rb
358
358
  - spec/lib/resty/options_spec.rb