resto 0.1.3 → 0.1.4

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 (4) hide show
  1. data/Gemfile +4 -0
  2. data/lib/resto/version.rb +1 -1
  3. data/resto.gemspec +1 -1
  4. metadata +4 -3
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source :gemcutter
2
+
3
+ # Specify your gem's dependencies in resto.gemspec
4
+ gemspec
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Resto
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
37
37
  # s.add_development_dependency "aruba"
38
38
 
39
39
  s.files = Dir.glob("{lib,spec}/**/*") + %w(resto.gemspec .gemtest Rakefile
40
- readme.markdown)
40
+ readme.markdown Gemfile)
41
41
  # s.files = `git ls-files`.split("\n")
42
42
  # s.executables = `git ls-files`.split("\n").map do |f|
43
43
  # f =~ /^bin\/(.*)/ ? $1 : nil
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resto
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Anders T\xC3\xB6rnqvist"
@@ -257,6 +257,7 @@ files:
257
257
  - .gemtest
258
258
  - Rakefile
259
259
  - readme.markdown
260
+ - Gemfile
260
261
  homepage: https://github.com/unders/resto
261
262
  licenses: []
262
263