trellis 0.0.8 → 0.0.9

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.
@@ -1,3 +1,7 @@
1
+ == 0.0.9
2
+ * 1 major enhancement:
3
+ * added missing nokogiri gem from the dependencies
4
+
1
5
  == 0.0.8
2
6
  * 1 major enhancement:
3
7
  * implemented automatic route sorting
data/README CHANGED
@@ -123,7 +123,7 @@ paginator => http://paginator.rubyforge.org
123
123
  extensions => http://extensions.rubyforge.org
124
124
  haml => http://haml.hamptoncatlin.com
125
125
  markaby => http://code.whytheluckystiff.net/markaby
126
- nokogiti => http://nokogiri.org/
126
+ nokogiri => http://nokogiri.org/
127
127
  facets => http://facets.rubyforge.org/
128
128
  directory_watcher => http://rubyforge.org/projects/codeforpeople
129
129
  erubis => http://www.kuwata-lab.com/erubis/
data/README.txt CHANGED
@@ -123,7 +123,7 @@ paginator => http://paginator.rubyforge.org
123
123
  extensions => http://extensions.rubyforge.org
124
124
  haml => http://haml.hamptoncatlin.com
125
125
  markaby => http://code.whytheluckystiff.net/markaby
126
- nokogiti => http://nokogiri.org/
126
+ nokogiri => http://nokogiri.org/
127
127
  facets => http://facets.rubyforge.org/
128
128
  directory_watcher => http://rubyforge.org/projects/codeforpeople
129
129
  erubis => http://www.kuwata-lab.com/erubis/
@@ -15,6 +15,7 @@ EXTRA_DEPENDENCIES = [
15
15
  ['nokogiri', '>= 1.4.0'],
16
16
  ['extensions', '>= 0.6.0'],
17
17
  ['haml', '>= 2.2.9'],
18
+ ['markaby', '>= 0.5'],
18
19
  ['RedCloth', '>= 4.2.2'],
19
20
  ['bluecloth', '>= 2.0.5'],
20
21
  ['log4r', '>= 1.1.2'],
@@ -28,7 +28,7 @@ module Trellis
28
28
  module VERSION #:nodoc:
29
29
  MAJOR = 0
30
30
  MINOR = 0
31
- TINY = 8
31
+ TINY = 9
32
32
 
33
33
  STRING = [MAJOR, MINOR, TINY].join('.')
34
34
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trellis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Sam-Bodden
@@ -82,6 +82,16 @@ dependencies:
82
82
  - !ruby/object:Gem::Version
83
83
  version: 2.2.9
84
84
  version:
85
+ - !ruby/object:Gem::Dependency
86
+ name: markaby
87
+ type: :runtime
88
+ version_requirement:
89
+ version_requirements: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: "0.5"
94
+ version:
85
95
  - !ruby/object:Gem::Dependency
86
96
  name: RedCloth
87
97
  type: :runtime