Skip to content

Commit

Permalink
Move version into gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
peteog committed Dec 15, 2011
1 parent f9e5f09 commit 9ce18d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions lib/sinatra/simple_assets.rb
Expand Up @@ -4,8 +4,6 @@

module Sinatra
module SimpleAssets
VERSION = '0.0.1'

module Helpers
def stylesheet(bundle)
settings.assets.paths_for("#{bundle}.css").map do |file|
Expand Down
5 changes: 1 addition & 4 deletions sinatra-simple-assets.gemspec
@@ -1,10 +1,7 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
require 'sinatra/simple_assets'

Gem::Specification.new do |s|
s.name = 'sinatra-simple-assets'
s.version = Sinatra::SimpleAssets::VERSION
s.version = '0.0.1'
s.authors = ["Pete O'Grady"]
s.email = ['pete@peteogrady.com']
s.homepage = ""
Expand Down

0 comments on commit 9ce18d0

Please sign in to comment.