marcinbunsch-bolt 0.2.0 → 0.2.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.
Files changed (4) hide show
  1. data/.bolt +3 -0
  2. data/.document +4 -0
  3. data/Rakefile +1 -1
  4. metadata +3 -1
data/.bolt ADDED
@@ -0,0 +1,3 @@
1
+ runner: rspec
2
+ listener: generic
3
+ notifier: growl
data/.document ADDED
@@ -0,0 +1,4 @@
1
+ README.rdoc
2
+ lib/**/*.rb
3
+ bin/*
4
+ LICENSE
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  gem.email = "marcin@applicake.com"
11
11
  gem.homepage = "http://github.com/marcinbunsch/bolt"
12
12
  gem.executables = Dir['bin/*'].map { |f| File.basename(f) }
13
- gem.files = FileList['.bolt.sample', 'Rakefile', '{bin,lib,images,spec}/**/*', 'README*', 'LICENSE*']
13
+ gem.files = FileList['.bolt', '.document', '.bolt.sample', 'Rakefile', '{bin,lib,images,spec}/**/*', 'README*', 'LICENSE*']
14
14
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
15
  end
16
16
 
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Bunsch
@@ -23,7 +23,9 @@ extra_rdoc_files:
23
23
  - LICENSE
24
24
  - README.textile
25
25
  files:
26
+ - .bolt
26
27
  - .bolt.sample
28
+ - .document
27
29
  - LICENSE
28
30
  - README.textile
29
31
  - Rakefile