navi 0.0.6 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/VERSION +1 -1
- data/navi.gemspec +1 -1
- metadata +3 -3
data/Gemfile
CHANGED
@@ -3,7 +3,7 @@ source "http://rubygems.org"
|
|
3
3
|
# These gems are the only ones that this gem needs
|
4
4
|
gem "activesupport", ">= 3.0.0"
|
5
5
|
gem "activerecord", ">= 3.0.0"
|
6
|
-
gem "ordered_tree", "0.1.
|
6
|
+
gem "ordered_tree", ">= 0.1.3"
|
7
7
|
|
8
8
|
# If you're going to do any development and run any tests, comment out the start
|
9
9
|
# and end of the group block
|
data/Gemfile.lock
CHANGED
@@ -106,7 +106,7 @@ GEM
|
|
106
106
|
nifty-generators (0.4.6)
|
107
107
|
nokogiri (1.4.4)
|
108
108
|
onfire (0.2.0)
|
109
|
-
ordered_tree (0.1.
|
109
|
+
ordered_tree (0.1.3)
|
110
110
|
activerecord (>= 3.0.0)
|
111
111
|
polyglot (0.3.1)
|
112
112
|
rack (1.2.3)
|
@@ -185,7 +185,7 @@ DEPENDENCIES
|
|
185
185
|
libnotify
|
186
186
|
machinist
|
187
187
|
nifty-generators
|
188
|
-
ordered_tree (
|
188
|
+
ordered_tree (>= 0.1.3)
|
189
189
|
rails (= 3.0.7)
|
190
190
|
rake (= 0.8.7)
|
191
191
|
rb-inotify
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.9
|
data/navi.gemspec
CHANGED
metadata
CHANGED