This repository was archived by the owner on Jun 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- dubai (0.0.4 )
4+ dubai (0.0.5 )
55 commander (~> 4.1 )
66 json
77 rubyzip
1111GEM
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 )
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 )
Original file line number Diff line number Diff line change 11# -*- encoding: utf-8 -*-
22$:. push File . expand_path ( "../lib" , __FILE__ )
3+
34require "dubai/version"
45
56Gem ::Specification . new do |s |
Original file line number Diff line number Diff line change 11module Dubai
2- VERSION = "0.0.4 "
2+ VERSION = "0.0.5 "
33end
You can’t perform that action at this time.
0 commit comments