less-rails 2.2.5 → 2.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -1,6 +1,4 @@
1
1
  rvm:
2
- - 1.8.7
3
- - 1.9.2
4
2
  - 1.9.3
5
3
  - ree
6
4
  - jruby-18mode
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 2.2.6 - 10/31/2012
5
+
6
+ * Update bootstrap to 2.2.1. Thanks to @spider-network
7
+
8
+
4
9
  2.2.5 - 10/28/2012
5
10
 
6
11
  * Real Rails 4 compatability thanks to @yalab
data/Gemfile.rails-edge CHANGED
@@ -1,7 +1,7 @@
1
1
  eval File.read 'Gemfile.common'
2
2
 
3
- gem 'rails', github: 'rails/rails'
4
- gem 'journey', github: 'rails/journey'
5
- gem 'arel', github: 'rails/arel'
6
- gem 'sprockets-rails', github: 'rails/sprockets-rails'
7
- gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders'
3
+ gem 'rails', :github => 'rails/rails'
4
+ gem 'journey', :github => 'rails/journey'
5
+ gem 'arel', :github => 'rails/arel'
6
+ gem 'sprockets-rails', :github => 'rails/sprockets-rails'
7
+ gem 'activerecord-deprecated_finders', :github => 'rails/activerecord-deprecated_finders'
data/lib/less-rails.rb CHANGED
@@ -1,2 +1 @@
1
1
  require 'less/rails'
2
-
@@ -1,5 +1,5 @@
1
1
  module Less
2
2
  module Rails
3
- VERSION = "2.2.5"
3
+ VERSION = "2.2.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: less-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.5
4
+ version: 2.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-28 00:00:00.000000000 Z
12
+ date: 2012-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: less