bard-rake 0.1.1 → 0.1.2

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/VERSION +1 -1
  2. data/bard-rake.gemspec +5 -4
  3. data/lib/bard-rake.rb +1 -0
  4. metadata +5 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/bard-rake.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard-rake}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micah Geisel"]
12
- s.date = %q{2010-05-04}
12
+ s.date = %q{2010-05-16}
13
13
  s.description = %q{Rake tasks for all bard projects.
14
14
  * Bootstrap projects
15
15
  * Database backup}
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
26
26
  "Rakefile",
27
27
  "VERSION",
28
28
  "bard-rake.gemspec",
29
+ "lib/bard-rake.rb",
29
30
  "lib/bard/rake.rb",
30
31
  "lib/bard/rake/bootstrap.rb",
31
32
  "lib/bard/rake/bundler.rb",
@@ -40,8 +41,8 @@ Gem::Specification.new do |s|
40
41
  s.rubygems_version = %q{1.3.6}
41
42
  s.summary = %q{Rake tasks for all bard projects.}
42
43
  s.test_files = [
43
- "spec/spec_helper.rb",
44
- "spec/bard-rake_spec.rb"
44
+ "spec/bard-rake_spec.rb",
45
+ "spec/spec_helper.rb"
45
46
  ]
46
47
 
47
48
  if s.respond_to? :specification_version then
data/lib/bard-rake.rb ADDED
@@ -0,0 +1 @@
1
+ require 'bard/rake'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micah Geisel
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-04 00:00:00 -05:00
17
+ date: 2010-05-16 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -51,6 +51,7 @@ files:
51
51
  - Rakefile
52
52
  - VERSION
53
53
  - bard-rake.gemspec
54
+ - lib/bard-rake.rb
54
55
  - lib/bard/rake.rb
55
56
  - lib/bard/rake/bootstrap.rb
56
57
  - lib/bard/rake/bundler.rb
@@ -89,5 +90,5 @@ signing_key:
89
90
  specification_version: 3
90
91
  summary: Rake tasks for all bard projects.
91
92
  test_files:
92
- - spec/spec_helper.rb
93
93
  - spec/bard-rake_spec.rb
94
+ - spec/spec_helper.rb