Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2013-07-27 12:33:44 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2013-07-27 12:33:44 +0400
commit6058414a85c25a45fb6fc4864dbd3499d02f879f (patch)
tree70fc75f13271d12fed1daec4388c4ced457d9f98 /bootstrap-sass.gemspec
parentf596108006a2cd61b7462589827726c23d3c5fd4 (diff)
Add version file so version can be programatically accessed.
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 01b9a297..868d4a60 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,6 +1,10 @@
+lib = File.expand_path('../lib', __FILE__)
+$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
+require 'bootstrap-sass/version'
+
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
- s.version = '2.3.1.0'
+ s.version = Bootstrap::VERSION
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"