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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap-sass.gemspec15
-rw-r--r--bower.json9
2 files changed, 9 insertions, 15 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index f7bba39..8f0aa65 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -3,19 +3,18 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'bootstrap-sass/version'
Gem::Specification.new do |s|
- s.name = "bootstrap-sass"
- 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"
+ s.name = "bootstrap-sass"
+ 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"
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"
- s.license = "Apache 2.0"
+ s.license = 'MIT'
s.add_development_dependency 'compass'
s.add_development_dependency 'term-ansicolor'
s.add_development_dependency 'sass-rails', '>= 3.2'
- s.add_runtime_dependency 'sass', '~> 3.2'
-
+ s.add_runtime_dependency 'sass', '~> 3.2'
s.add_development_dependency 'capybara'
s.add_development_dependency 'poltergeist'
diff --git a/bower.json b/bower.json
index aa70d94..9879d8a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-sass",
- "version": "3.0.3-p0",
+ "version": "3.0.3-0",
"homepage": "https://github.com/twbs/bootstrap-sass",
"authors": [
"Thomas McDonald",
@@ -16,10 +16,5 @@
"sass"
],
"license": "MIT",
- "ignore": [
- "**/.*",
- "test",
- "tasks",
- "templates"
- ]
+ "include": ['vendor', 'bower.json', 'README.md', 'LICENSE']
}