sitefuel 0.1.0b → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ module SiteFuel
35
35
  require 'sitefuel/external/GIT'
36
36
 
37
37
  # version of SiteFuel
38
- VERSION = [0, 1, '0b'].freeze
38
+ VERSION = [0, 1, 0].freeze
39
39
 
40
40
  # a human readable version
41
41
  VERSION_TEXT = VERSION.join('.').freeze
@@ -0,0 +1,10 @@
1
+ <html>
2
+ <head>
3
+ <title>Just a little test</title>
4
+ <link rel="stylesheet" type="text/css" href="style.css" />
5
+ </head>
6
+ <body>
7
+ <h1>Git Repository Test</h1>
8
+ <p>Ta da....</p>
9
+ </body>
10
+ </html>
@@ -0,0 +1,2 @@
1
+ body { font-family: sans-serif; font-size: 16pt; }
2
+
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.0b
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-01 00:00:00 -06:00
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: 1.3.1
232
+ version: "0"
226
233
  version:
227
234
  requirements: []
228
235