simple-navigation 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/Rakefile +0 -1
  3. data/VERSION.yml +1 -1
  4. metadata +1 -11
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *2.4.1
2
+
3
+ * removing depencency to rails. It installs the newest rails, even if a matching version is present. why is that?
4
+
1
5
  *2.4.0
2
6
 
3
7
  * added Rails3 compatibility
data/Rakefile CHANGED
@@ -38,7 +38,6 @@ begin
38
38
  gemspec.email = "andreas.schacke@gmail.com"
39
39
  gemspec.homepage = "http://github.com/andi/simple-navigation"
40
40
  gemspec.description = "With the simple-navigation gem installed you can easily create multilevel navigations for your Ruby on Rails applications. The navigation is defined in a single configuration file. It supports automatic as well as explicit highlighting of the currently active navigation."
41
- gemspec.add_dependency('rails', '>= 2.1.0')
42
41
  gemspec.add_development_dependency('rspec', '>= 1.2.8')
43
42
  gemspec.authors = ["Andi Schacke"]
44
43
  gemspec.rdoc_options = ["--inline-source", "--charset=UTF-8"]
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 2
3
3
  :minor: 4
4
- :patch: 0
4
+ :patch: 1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andi Schacke
@@ -12,16 +12,6 @@ cert_chain: []
12
12
  date: 2010-03-01 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: rails
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 2.1.0
24
- version:
25
15
  - !ruby/object:Gem::Dependency
26
16
  name: rspec
27
17
  type: :development