rna 0.1.6 → 0.1.7

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/Rakefile CHANGED
@@ -4,6 +4,4 @@ require "rspec/core/rake_task"
4
4
 
5
5
  task :default => :spec
6
6
 
7
- RSpec::Core::RakeTask.new
8
-
9
- require 'bundler/gem_tasks'
7
+ RSpec::Core::RakeTask.new
@@ -1,4 +1,4 @@
1
1
  access_key_id: hocuspocus
2
2
  secret_access_key: opensesame
3
3
  bucket: my-bucket
4
- folder: chef/nodejson
4
+ folder: chef/rna
@@ -13,14 +13,13 @@ Examples:
13
13
 
14
14
  1. rna build
15
15
 
16
- Builds the node.json files based on config/rna.rb and writes them to the nodejson folder on the filesystem.
16
+ Builds the node.json files based on config/rna.rb and writes them to the ouput folder on the filesystem.
17
17
 
18
- 2. rna --output s3 build
18
+ 2. rna build -o s3
19
19
 
20
20
  Builds the node.json files based on config/rna.rb and writes them to s3 based on the s3 settings in config/s3.yml.
21
21
  EOL
22
22
  method_option :output, :aliases => '-o', :desc => "specify where to output the generated files to", :default => 'filesystem'
23
- method_option :public_read, :aliases => '-p', :desc => "make s3 files readable by public, default private", :default => false, :type => :boolean
24
23
  def build
25
24
  Rna::Tasks.build(options.dup.merge(:verbose => true))
26
25
  end
@@ -1,3 +1,3 @@
1
1
  module Rna
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rna
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-04 00:00:00.000000000 Z
12
+ date: 2012-12-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -216,7 +216,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
216
216
  version: '0'
217
217
  segments:
218
218
  - 0
219
- hash: -2791320054966620254
219
+ hash: -1023493738404014817
220
220
  required_rubygems_version: !ruby/object:Gem::Requirement
221
221
  none: false
222
222
  requirements:
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  version: '0'
226
226
  segments:
227
227
  - 0
228
- hash: -2791320054966620254
228
+ hash: -1023493738404014817
229
229
  requirements: []
230
230
  rubyforge_project:
231
231
  rubygems_version: 1.8.24