sitebuilder 0.0.2 → 0.0.3

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 (2) hide show
  1. data/README.rdoc +2 -0
  2. metadata +12 -3
data/README.rdoc CHANGED
@@ -12,6 +12,8 @@ a subdirectory of a destination directory.
12
12
 
13
13
  === How to use it
14
14
  * Just a core object model & tests right now... needs to be completed.
15
+ * Install with:
16
+ gem install sitebuilder
15
17
  * *rdoc* http://www.greenbarsoft.co.uk/software/sitebuilder/rdoc/
16
18
  * *source* http://github.com/dafydd/sitebuilder
17
19
  * To build me, set an environment variable called *SANDBOX* to the directory above your sitebuilder directory. The tests need this pathname to access test data.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sitebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dafydd Rees
@@ -11,8 +11,17 @@ cert_chain: []
11
11
 
12
12
  date: 2009-12-11 00:00:00 +00:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: mocha
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.9.8
24
+ version:
16
25
  description: Static website generator using rule-based translation.
17
26
  email: os@greenbarsoft.co.uk
18
27
  executables: []