broadway 0.0.3.4 → 0.0.3.5

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 (2) hide show
  1. data/Rakefile +2 -2
  2. metadata +3 -3
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ RAILS_ROOT = File.dirname(__FILE__)
14
14
  spec = Gem::Specification.new do |s|
15
15
  s.name = "broadway"
16
16
  s.author = "Lance Pollard"
17
- s.version = "0.0.3.4"
17
+ s.version = "0.0.3.5"
18
18
  s.date = "Mon Mar 22 20:12:47 -0700 2010"
19
19
  s.summary = "Write Posts in Textile and Markdown, built it into a Rails or Sinatra Blog"
20
20
  s.homepage = "http://github.com/viatropos/broadway"
@@ -65,7 +65,7 @@ end
65
65
 
66
66
  desc "Install the gem locally"
67
67
  task :install => [:package] do
68
- sh %{sudo gem install pkg/#{spec.name}-#{spec.version} --no-ri --no-rdoc}
68
+ sh %{gem install pkg/#{spec.name}-#{spec.version} --no-ri --no-rdoc}
69
69
  end
70
70
 
71
71
  desc "Generate the rdoc"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: broadway
3
3
  version: !ruby/object:Gem::Version
4
- hash: 75
4
+ hash: 73
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 3
10
- - 4
11
- version: 0.0.3.4
10
+ - 5
11
+ version: 0.0.3.5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Lance Pollard