marcinbunsch-bolt 0.1.8 → 0.1.9

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 (3) hide show
  1. data/.bolt.sample +2 -0
  2. data/Rakefile +1 -1
  3. metadata +2 -1
data/.bolt.sample ADDED
@@ -0,0 +1,2 @@
1
+ # possible choices: test_unit, rspec
2
+ runner: rspec
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ task :gemspec => "version:read" do
19
19
  gem.has_rdoc = false
20
20
 
21
21
  gem.version = GEM_VERSION
22
- gem.files = FileList['Rakefile', '{bin,lib,images,spec}/**/*', 'README*', 'LICENSE*']
22
+ gem.files = FileList['.bolt.sample', 'Rakefile', '{bin,lib,images,spec}/**/*', 'README*', 'LICENSE*']
23
23
  gem.executables = Dir['bin/*'].map { |f| File.basename(f) }
24
24
  end
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marcinbunsch-bolt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Bunsch
@@ -23,6 +23,7 @@ extensions: []
23
23
  extra_rdoc_files: []
24
24
 
25
25
  files:
26
+ - .bolt.sample
26
27
  - Rakefile
27
28
  - bin/bolt
28
29
  - lib/bolt