resto 0.0.5 → 0.0.6

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 +1 -1
  3. metadata +1 -1
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.5"
4
+ VERSION = "0.0.6"
5
5
  end
data/resto.gemspec CHANGED
@@ -38,7 +38,7 @@ 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 do |f|
41
+ # s.executables = `git ls-files`.split("\n").map do |f|
42
42
  # f =~ /^bin\/(.*)/ ? $1 : nil
43
43
  # end.compact
44
44
  s.require_path = 'lib'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: resto
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Anders T\xC3\xB6rnqvist"