trellis 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/README +1 -1
- data/README.txt +1 -1
- data/config/hoe.rb +1 -0
- data/lib/trellis/version.rb +1 -1
- metadata +11 -1
data/History.txt
CHANGED
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
|
-
|
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
|
-
|
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/config/hoe.rb
CHANGED
data/lib/trellis/version.rb
CHANGED
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.
|
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
|