kelredd-sprockets-sinatra 0.2.1 → 0.2.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.
@@ -6,7 +6,7 @@ This gem extends a sinatra app with helpers for using sprockets. It was inspire
6
6
 
7
7
  == Installation
8
8
 
9
- sudo gem install kelredd-sprockets-sinatra --source=http://gems.github.com
9
+ gem install kelredd-sprockets-sinatra
10
10
 
11
11
  == Usage
12
12
 
data/Rakefile CHANGED
@@ -7,15 +7,15 @@ require 'lib/sprockets_sinatra/version'
7
7
  task :default => :test
8
8
 
9
9
  spec = Gem::Specification.new do |s|
10
- s.name = 'sprockets-sinatra'
10
+ s.name = 'kelredd-sprockets-sinatra'
11
11
  s.version = SprocketsSinatra::Version.to_s
12
12
  s.has_rdoc = true
13
13
  s.extra_rdoc_files = %w(README.rdoc)
14
14
  s.rdoc_options = %w(--main README.rdoc)
15
15
  s.summary = "This gem extends a sinatra app with helpers for using sprockets."
16
- s.author = 'Kelredd'
17
- s.email = 'kelredd@example.com'
18
- s.homepage = 'http://kelredd.com'
16
+ s.author = 'Kelly Redding'
17
+ s.email = 'kelly@kelredd.com'
18
+ s.homepage = 'http://github.com/kelredd/sprockets-sinatra'
19
19
  s.files = %w(README.rdoc Rakefile) + Dir.glob("{lib,test}/**/*")
20
20
  # s.executables = ['sprockets-sinatra']
21
21
 
@@ -33,7 +33,7 @@ Rake::TestTask.new do |t|
33
33
  end
34
34
 
35
35
  desc 'Generate the gemspec to serve this Gem from Github'
36
- task :github do
36
+ task :gemspec do
37
37
  file = File.dirname(__FILE__) + "/#{spec.name}.gemspec"
38
38
  File.open(file, 'w') {|f| f << spec.to_ruby }
39
39
  puts "Created gemspec: #{file}"
@@ -3,7 +3,7 @@ module SprocketsSinatra
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- TINY = 1
6
+ TINY = 2
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,20 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kelredd-sprockets-sinatra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
- - Kelredd
7
+ - Kelly Redding
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-22 00:00:00 -07:00
12
+ date: 2009-11-21 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
16
  description:
17
- email: kelredd@example.com
17
+ email: kelly@kelredd.com
18
18
  executables: []
19
19
 
20
20
  extensions: []
@@ -24,15 +24,15 @@ extra_rdoc_files:
24
24
  files:
25
25
  - README.rdoc
26
26
  - Rakefile
27
- - lib/sprockets_sinatra
28
27
  - lib/sprockets_sinatra/base.rb
29
28
  - lib/sprockets_sinatra/version.rb
30
29
  - lib/sprockets_sinatra.rb
31
30
  - test/test_helper.rb
32
- - test/unit
33
31
  - test/unit/sprockets_sinatra_test.rb
34
32
  has_rdoc: true
35
- homepage: http://kelredd.com
33
+ homepage: http://github.com/kelredd/sprockets-sinatra
34
+ licenses: []
35
+
36
36
  post_install_message:
37
37
  rdoc_options:
38
38
  - --main
@@ -54,9 +54,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements: []
55
55
 
56
56
  rubyforge_project:
57
- rubygems_version: 1.2.0
57
+ rubygems_version: 1.3.5
58
58
  signing_key:
59
- specification_version: 2
59
+ specification_version: 3
60
60
  summary: This gem extends a sinatra app with helpers for using sprockets.
61
61
  test_files: []
62
62