bard 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.6
1
+ 0.9.7
data/bard.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.9.6"
8
+ s.version = "0.9.7"
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-16}
12
+ s.date = %q{2010-06-03}
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}
@@ -8,7 +8,7 @@ run "rm -rf test"
8
8
  run "rm -rf doc"
9
9
 
10
10
  # Install plugins
11
- plugin "limerick_rake", :git => "git://github.com/thoughtbot/limerick_rake.git"
11
+ plugin "limerick_rake", :git => "git://github.com/botandrose/limerick_rake.git"
12
12
  plugin "acts_as_list", :git => "git://github.com/rails/acts_as_list.git"
13
13
  plugin 'asset_packager', :git => 'git://github.com/sbecker/asset_packager.git'
14
14
  #plugin 'fckeditor', :git => 'git://github.com/originofstorms/fckeditor.git'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 6
9
- version: 0.9.6
8
+ - 7
9
+ version: 0.9.7
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-16 00:00:00 -07:00
18
+ date: 2010-06-03 00:00:00 -07:00
19
19
  default_executable: bard
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency