Gemfile.lock in reviewlette-0.0.8 vs Gemfile.lock in reviewlette-0.0.9
- old
+ new
@@ -14,10 +14,13 @@
ap (0.1.1)
httparty (>= 0.7.7)
builder (3.2.2)
byebug (3.1.2)
columnize (~> 0.8)
+ celluloid (0.16.0)
+ timers (~> 4.0.0)
+ coderay (1.1.0)
columnize (0.8.9)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
@@ -27,29 +30,65 @@
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
docile (1.1.3)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
+ ffi (1.9.8)
+ formatador (0.2.5)
+ guard (2.12.6)
+ formatador (>= 0.2.4)
+ listen (~> 2.7)
+ lumberjack (~> 1.0)
+ nenv (~> 0.1)
+ notiffany (~> 0.0)
+ pry (>= 0.9.12)
+ shellany (~> 0.0)
+ thor (>= 0.18.1)
+ guard-compat (1.2.1)
+ guard-rspec (4.5.2)
+ guard (~> 2.1)
+ guard-compat (~> 1.1)
+ rspec (>= 2.99.0, < 4.0)
haml (4.0.5)
tilt
+ hitimes (1.2.2)
httparty (0.13.1)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.9)
json (1.8.1)
+ libnotify (0.9.1)
+ ffi (>= 1.0.11)
+ listen (2.10.1)
+ celluloid (~> 0.16.0)
+ rb-fsevent (>= 0.9.3)
+ rb-inotify (>= 0.9)
+ lumberjack (1.0.9)
+ method_source (0.8.2)
mime-types (2.3)
minitest (5.3.4)
multi_json (1.10.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
+ nenv (0.2.0)
+ notiffany (0.0.6)
+ nenv (~> 0.1)
+ shellany (~> 0.0)
oauth (0.4.7)
octokit (3.8.0)
sawyer (~> 0.6.0, >= 0.5.3)
prophet (1.5.5)
octokit
rspec
+ pry (0.10.1)
+ coderay (~> 1.1.0)
+ method_source (~> 0.8.1)
+ slop (~> 3.4)
rake (10.3.2)
+ rb-fsevent (0.9.5)
+ rb-inotify (0.9.5)
+ ffi (>= 0.5.0)
rdoc (4.1.1)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (3.0.0)
@@ -73,21 +112,25 @@
safe_yaml (1.0.3)
sawyer (0.6.0)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
sequel (4.13.0)
+ shellany (0.0.1)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
+ slop (3.6.0)
sqlite3 (1.3.9)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (2.0.1)
+ timers (4.0.1)
+ hitimes
tins (1.1.0)
tzinfo (1.2.1)
thread_safe (~> 0.1)
webmock (1.18.0)
addressable (>= 2.3.6)
@@ -98,17 +141,23 @@
DEPENDENCIES
ap
byebug
coveralls
+ guard
+ guard-rspec
haml
json
+ libnotify
octokit (~> 3.8.0)
prophet
rake
rdoc
rspec
ruby-trello
sequel
simplecov
sqlite3
webmock
+
+BUNDLED WITH
+ 1.10.6