bootswatch_rails 3.1.1.2 → 3.1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1657488748c300b1148e84776c1a500403df8d7
4
- data.tar.gz: 7d890318969e8d4f20070da5a51ff477352dbbc2
3
+ metadata.gz: bf806601f7d3a8a905b8030b42f15d81181f1403
4
+ data.tar.gz: dfa886a6684d1021d6526981869cfed858d5fec6
5
5
  SHA512:
6
- metadata.gz: 2dc297b7188fc137773b5084032db9d17e546a450e37a349e916545a1fe91a4eedbe2e6657af179e5896b5edc70a1bbd2868eb2e9bcf3bc399e59befbd7c9b5c
7
- data.tar.gz: ce0756d2d2e00a3d94963007e137d0da9367d01d6a147a785d5df90eec8f5ea180ade9fcd022279f995faddf997cf078b66fbfba0e0266e9cc89d5333dbaf508
6
+ metadata.gz: 95a9dac61d90bd6f39684bdc915fc68d333f7c25d0423ed4acfe5e54bda1dcb8dfadb59ca5acd93113a5795327104e03373654007bcd69965412342dc952a7ef
7
+ data.tar.gz: 54f74d30929c8092bb28bd6041ef533eda6ef4f9d06a092f56f50b904f5c5261a753f69ddf32e069a9924e5fd96fd9330bafae26b7b23a52ab8d293fed19931e
data/Makefile CHANGED
@@ -7,6 +7,7 @@ all:
7
7
  ./generate.sh
8
8
  git add lib
9
9
  git add vendor
10
+ vim lib/bootswatch_rails/version.rb
10
11
  git commit -a
11
12
  rake release
12
13
 
@@ -1,5 +1,5 @@
1
1
  module BootswatchRails
2
- VERSION = "3.1.1.2"
2
+ VERSION = "3.1.1.3"
3
3
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :readable, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
4
4
  DEFAULT = 1
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1.2
4
+ version: 3.1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
@@ -76,7 +76,6 @@ files:
76
76
  - ".gitignore"
77
77
  - ".gitmodules"
78
78
  - Gemfile
79
- - LICENSE
80
79
  - LICENSE.txt
81
80
  - Makefile
82
81
  - README.md
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2014 Volker Wiegand
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.