bard 0.9.2 → 0.9.3

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.2
1
+ 0.9.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.9.2"
8
+ s.version = "0.9.3"
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", "Nick Hogle"]
12
- s.date = %q{2010-05-04}
12
+ s.date = %q{2010-05-16}
13
13
  s.default_executable = %q{bard}
14
14
  s.description = %q{This immaculate work of engineering genius allows mere mortals to collaborate with beings of transcendent intelligence like Micah, Michael, and Nick.}
15
15
  s.email = %q{info@botandrose.com}
@@ -64,8 +64,8 @@ Gem::Specification.new do |s|
64
64
  s.rubygems_version = %q{1.3.6}
65
65
  s.summary = %q{Tools for collaborating with Bot and Rose Design.}
66
66
  s.test_files = [
67
- "spec/spec_helper.rb",
68
- "spec/bard_spec.rb"
67
+ "spec/bard_spec.rb",
68
+ "spec/spec_helper.rb"
69
69
  ]
70
70
 
71
71
  if s.respond_to? :specification_version then
@@ -14,7 +14,7 @@ plugin 'asset_packager', :git => 'git://github.com/sbecker/asset_packager.git'
14
14
  #plugin 'fckeditor', :git => 'git://github.com/originofstorms/fckeditor.git'
15
15
 
16
16
  # Install gems
17
- gem "bard-rake"
17
+ gem "bard-rake", :version => ">=0.1.2"
18
18
  gem "haml", :version => "2.2.17"
19
19
  gem "compass", :version => "0.8.17"
20
20
  rake "gems:install"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 2
9
- version: 0.9.2
8
+ - 3
9
+ version: 0.9.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micah Geisel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-05-04 00:00:00 -05:00
18
+ date: 2010-05-16 00:00:00 -07:00
19
19
  default_executable: bard
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -245,5 +245,5 @@ signing_key:
245
245
  specification_version: 3
246
246
  summary: Tools for collaborating with Bot and Rose Design.
247
247
  test_files:
248
- - spec/spec_helper.rb
249
248
  - spec/bard_spec.rb
249
+ - spec/spec_helper.rb