File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# DO NOT EDIT THIS FILE DIRECTLY
3
3
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
# -*- encoding: utf-8 -*-
5
- # stub: apiculture 0.0.16 ruby lib
5
+ # stub: apiculture 0.0.17 ruby lib
6
6
7
7
Gem ::Specification . new do |s |
8
8
s . name = "apiculture"
9
- s . version = "0.0.16 "
9
+ s . version = "0.0.17 "
10
10
11
11
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
12
12
s . require_paths = [ "lib" ]
13
13
s . authors = [ "Julik Tarkhanov" , "WeTransfer" ]
14
- s . date = "2016-09-27 "
14
+ s . date = "2016-11-25 "
15
15
s . description = "A toolkit for building REST APIs on top of Sinatra"
16
16
s . email = "me@julik.nl"
17
17
s . extra_rdoc_files = [
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
43
43
]
44
44
s . homepage = "https://github.com/WeTransfer/apiculture"
45
45
s . licenses = [ "MIT" ]
46
- s . rubygems_version = "2.5.1"
46
+ s . rubygems_version = "2.4. 5.1"
47
47
s . summary = "Sweet API sauce on top of Sintra"
48
48
49
49
if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments