Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Commit 9c8f5fc

Browse files
committed
Bumping version to 0.0.5
1 parent 149fac4 commit 9c8f5fc

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dubai (0.0.4)
4+
dubai (0.0.5)
55
commander (~> 4.1)
66
json
77
rubyzip
@@ -11,11 +11,11 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
commander (4.1.3)
14+
commander (4.1.5)
1515
highline (~> 1.6.11)
1616
diff-lcs (1.2.4)
17-
highline (1.6.18)
18-
json (1.7.7)
17+
highline (1.6.19)
18+
json (1.8.0)
1919
multi_json (1.7.2)
2020
rack (1.5.2)
2121
rack-protection (1.5.0)
@@ -29,13 +29,13 @@ GEM
2929
rspec-expectations (2.13.0)
3030
diff-lcs (>= 1.1.3, < 2.0)
3131
rspec-mocks (2.13.1)
32-
rubyzip (0.9.9)
32+
rubyzip (1.0.0)
3333
simplecov (0.7.1)
3434
multi_json (~> 1.0)
3535
simplecov-html (~> 0.7.1)
3636
simplecov-html (0.7.1)
37-
sinatra (1.4.2)
38-
rack (~> 1.5, >= 1.5.2)
37+
sinatra (1.4.3)
38+
rack (~> 1.4)
3939
rack-protection (~> 1.4)
4040
tilt (~> 1.3, >= 1.3.4)
4141
terminal-table (1.4.5)

dubai.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
$:.push File.expand_path("../lib", __FILE__)
3+
34
require "dubai/version"
45

56
Gem::Specification.new do |s|

lib/dubai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dubai
2-
VERSION = "0.0.4"
2+
VERSION = "0.0.5"
33
end

0 commit comments

Comments
 (0)