sitefuel 0.1.0b → 0.1.0
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.
- data/lib/sitefuel/SiteFuelRuntime.rb +1 -1
- data/test/images/tmp-sample_jpg01-lossless.jpg +0 -0
- data/test/images/tmp-sample_png01-brute.png +0 -0
- data/test/images/tmp-sample_png01-chainsaw.png +0 -0
- data/test/images/tmp-sample_png01-quick.png +0 -0
- data/test/repositories/git/few_files/deployment.yml +0 -0
- data/test/repositories/git/few_files/index.html +10 -0
- data/test/repositories/git/few_files/style.css +2 -0
- metadata +11 -4
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sitefuel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- wkm
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-01-
|
|
12
|
+
date: 2010-01-02 00:00:00 -06:00
|
|
13
13
|
default_executable: sitefuel
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -75,6 +75,9 @@ files:
|
|
|
75
75
|
- test/test_RHTMLProcessor.rb
|
|
76
76
|
- test/processor_listing.rb
|
|
77
77
|
- test/test_HAMLProcessor.rb
|
|
78
|
+
- test/repositories/git/few_files/style.css
|
|
79
|
+
- test/repositories/git/few_files/deployment.yml
|
|
80
|
+
- test/repositories/git/few_files/index.html
|
|
78
81
|
- test/repositories/svn/testrepo1/conf/svnserve.conf
|
|
79
82
|
- test/repositories/svn/testrepo1/conf/passwd
|
|
80
83
|
- test/repositories/svn/testrepo1/conf/authz
|
|
@@ -105,7 +108,11 @@ files:
|
|
|
105
108
|
- test/repositories/svn/testrepo1/db/min-unpacked-rev
|
|
106
109
|
- test/repositories/svn/testrepo1/db/txn-current
|
|
107
110
|
- test/repositories/svn/testrepo1/db/txn-current-lock
|
|
111
|
+
- test/images/tmp-sample_png01-chainsaw.png
|
|
112
|
+
- test/images/tmp-sample_jpg01-lossless.jpg
|
|
113
|
+
- test/images/tmp-sample_png01-quick.png
|
|
108
114
|
- test/images/sample_png01.png
|
|
115
|
+
- test/images/tmp-sample_png01-brute.png
|
|
109
116
|
- test/images/sample_jpg01.jpg
|
|
110
117
|
- test/test_AllProcessors.rb
|
|
111
118
|
- test/test_SymbolComparison.rb
|
|
@@ -220,9 +227,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
220
227
|
version:
|
|
221
228
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
222
229
|
requirements:
|
|
223
|
-
- - "
|
|
230
|
+
- - ">="
|
|
224
231
|
- !ruby/object:Gem::Version
|
|
225
|
-
version:
|
|
232
|
+
version: "0"
|
|
226
233
|
version:
|
|
227
234
|
requirements: []
|
|
228
235
|
|