benoit 0.1.0 → 0.1.1
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/README.md +14 -0
- data/benoit.gemspec +1 -1
- data/lib/benoit/version.rb +1 -1
- metadata +3 -2
data/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# benoit
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
Benoit is a static site generator for those who want a little more flexibility. Use it on any web project, from your blog to managing content for a large website.
|
|
5
|
+
|
|
6
|
+
Benoit is still under heavy development. Please feel free to contribute with your feedback, feature requests, pull requests or issues.
|
|
7
|
+
|
|
8
|
+
More documentation coming soon.
|
|
9
|
+
|
|
10
|
+
### Special Thanks
|
|
11
|
+
|
|
12
|
+
- LivingSocial for open sourcing their toolchain via [rake-pipeline](http://github.com/livingsocial/rake-pipeline)
|
|
13
|
+
- The [rake-pipeline](http://github.com/livingsocial/rake-pipeline) team for providing a great tool for building static assets
|
|
14
|
+
- [Will Howard](http://github.com/whoward) for building/maintaining [Cadenza](http://github.com/whoward/cadenza) and answering my questions while building this!
|
data/benoit.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
|
|
|
5
5
|
s.version = Benoit::VERSION
|
|
6
6
|
s.author = 'Joe Fiorini'
|
|
7
7
|
s.email = 'joe@joefiorini.com'
|
|
8
|
-
s.homepage = 'http://
|
|
8
|
+
s.homepage = 'http://github.com/joefiorini/benoit'
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
10
|
s.summary = 'The CLI interface behind the Benoit Mac app'
|
|
11
11
|
|
data/lib/benoit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: benoit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -314,6 +314,7 @@ files:
|
|
|
314
314
|
- Assetfile
|
|
315
315
|
- Gemfile
|
|
316
316
|
- Gemfile.lock
|
|
317
|
+
- README.md
|
|
317
318
|
- Rakefile
|
|
318
319
|
- benoit.gemspec
|
|
319
320
|
- bin/benoit
|
|
@@ -469,7 +470,7 @@ files:
|
|
|
469
470
|
- vendor/rake-pipeline/spec/support/spec_helpers/memory_file_wrapper.rb
|
|
470
471
|
- vendor/rake-pipeline/spec/support/spec_helpers/memory_manifest.rb
|
|
471
472
|
- vendor/rake-pipeline/tools/perfs
|
|
472
|
-
homepage: http://
|
|
473
|
+
homepage: http://github.com/joefiorini/benoit
|
|
473
474
|
licenses: []
|
|
474
475
|
post_install_message:
|
|
475
476
|
rdoc_options: []
|