navi 0.0.6 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +2 -2
  3. data/VERSION +1 -1
  4. data/navi.gemspec +1 -1
  5. 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.2"
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
@@ -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.2)
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 (= 0.1.2)
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.6
1
+ 0.0.9
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{navi}
8
- s.version = "0.0.6"
8
+ s.version = "0.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ramon Tayag"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: navi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ramon Tayag