resto 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/resto/version.rb +1 -1
  2. data/resto.gemspec +4 -2
  3. metadata +2 -2
data/lib/resto/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Resto
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  end
data/resto.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ["Anders Törnqvist"]
11
11
  s.email = ["anders@elabs.se"]
12
- s.homepage = "http://rubygems.org/gems/resto"
12
+ s.homepage = "https://github.com/unders/resto"
13
13
  s.summary = "Restful Web Service"
14
14
  s.description = "Restful Web Service"
15
15
 
@@ -38,6 +38,8 @@ Gem::Specification.new do |s|
38
38
 
39
39
  s.files = Dir.glob("{lib,spec}/**/*") + %w(resto.gemspec)
40
40
  # s.files = `git ls-files`.split("\n")
41
- #s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
41
+ # s.executables = `git ls-files`.split("\n").map do |f|
42
+ # f =~ /^bin\/(.*)/ ? $1 : nil
43
+ # end.compact
42
44
  s.require_path = 'lib'
43
45
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: resto
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Anders T\xC3\xB6rnqvist"
@@ -189,7 +189,7 @@ files:
189
189
  - spec/resto_spec.rb
190
190
  - spec/spec_helper.rb
191
191
  - resto.gemspec
192
- homepage: http://rubygems.org/gems/resto
192
+ homepage: https://github.com/unders/resto
193
193
  licenses: []
194
194
 
195
195
  post_install_message: