twbs_less_rails 2.7.1 → 2.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +29 -26
- data/lib/twbs_less_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b1421b03d1cb2f7bff40990889fb05155e14278
|
|
4
|
+
data.tar.gz: ac4dd679c54d1769e878d2a8a4e15c34426fcb7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e27653afd55dac575b8e86096622f8ef134022f5dbf971d7d39f31ee811ea82de1a0b57f3cfc2120ed9233c35dbb4a83a423ba04bf032831912d92d32d50c59
|
|
7
|
+
data.tar.gz: e33d3cc660cdb977eee5e0edbb0ececc40d6d17d210614f917139d38b06aa4bd4a70bda9abcd82570b6ee8a1a5123d7f72ca88037cd564cf37278e6a594917ae
|
data/CHANGELOG.md
CHANGED
|
@@ -1,63 +1,66 @@
|
|
|
1
|
-
Changelog
|
|
2
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 2.7.2
|
|
4
|
+
|
|
5
|
+
* Reformatted changelog
|
|
6
|
+
|
|
7
|
+
## 2.7.1
|
|
3
8
|
|
|
4
|
-
2.7.1
|
|
5
|
-
-----
|
|
6
9
|
* Fixed license SPDX ID in gemspec
|
|
7
10
|
|
|
8
|
-
2.7.0
|
|
9
|
-
|
|
11
|
+
## 2.7.0
|
|
12
|
+
|
|
10
13
|
* Support for Ruby 2.1.0
|
|
11
14
|
* Respond.js v1.4.2
|
|
12
15
|
* [dev] Removed active_record from dummy test application
|
|
13
16
|
* [dev] Removed debugger and sqlite dependency
|
|
14
17
|
* [dev] Does not check Gemfile.lock
|
|
15
18
|
|
|
16
|
-
2.6.0
|
|
17
|
-
|
|
19
|
+
## 2.6.0
|
|
20
|
+
|
|
18
21
|
* Bootstrap v3.0.3
|
|
19
22
|
* Respond.js 1.4.1
|
|
20
23
|
* Submodules locked to tags instead of master branches
|
|
21
24
|
|
|
22
|
-
2.5.1
|
|
23
|
-
|
|
25
|
+
## 2.5.1
|
|
26
|
+
|
|
24
27
|
* Rails 4.0.2
|
|
25
28
|
* Rails 3.2.16
|
|
26
29
|
|
|
27
|
-
2.5.0
|
|
28
|
-
|
|
30
|
+
## 2.5.0
|
|
31
|
+
|
|
29
32
|
* Bootstrap 3.0.2 @ [463343af63](https://github.com/twbs/bootstrap/tree/463343af63344dbbc3db04f40b0b804baa919b7e)
|
|
30
33
|
|
|
31
|
-
2.4.0
|
|
32
|
-
|
|
34
|
+
## 2.4.0
|
|
35
|
+
|
|
33
36
|
* Bootstrap 3.0.1 @ [13b96677ba](https://github.com/twbs/bootstrap/tree/13b96677bacf3de360a762d11ad0e0007f0710da)
|
|
34
37
|
* FontAwesome 4.0.3 @ [0373b63c16](https://github.com/FortAwesome/Font-Awesome/tree/0373b63c16d7aa31b6715c3f81a98a2ffb9f40a6)
|
|
35
38
|
|
|
36
|
-
2.3.0
|
|
37
|
-
|
|
39
|
+
## 2.3.0
|
|
40
|
+
|
|
38
41
|
* Bootstrap 3.0.1 @ [de271bf612](https://github.com/twbs/bootstrap/tree/de271bf6122d2d43a449518c08d00f9a507af874)
|
|
39
42
|
* FontAwesome 4.0.2 @ [836d4d87e4](https://github.com/FortAwesome/Font-Awesome/tree/836d4d87e459b71932b7d033f6cf34539e6d5b79)
|
|
40
43
|
|
|
41
|
-
2.2.0
|
|
42
|
-
|
|
44
|
+
## 2.2.0
|
|
45
|
+
|
|
43
46
|
* Bootstrap 3.0.1 @ [867e2bef8d](https://github.com/twbs/bootstrap/tree/867e2bef8d9c9b901022899227b306a532f5baf3)
|
|
44
47
|
|
|
45
|
-
2.1.0
|
|
46
|
-
|
|
48
|
+
## 2.1.0
|
|
49
|
+
|
|
47
50
|
* Bootstrap 3.0.0 @ [30127a4296](https://github.com/twbs/bootstrap/tree/30127a4296476f0b21acac8b919e74806dd5e474)
|
|
48
51
|
* FontAwesome 4.0.1 @ [c84c8ab2df](https://github.com/FortAwesome/Font-Awesome/tree/c84c8ab2df8e20b3dc2eb5738a83eb00c20c25d6)
|
|
49
52
|
|
|
50
|
-
2.0.0
|
|
51
|
-
|
|
53
|
+
## 2.0.0
|
|
54
|
+
|
|
52
55
|
* Bootstrap 3.0.0 @ [eb77241ae2](https://github.com/twbs/bootstrap/tree/eb77241ae2d4b90fccea1707e12caca355a1afce)
|
|
53
56
|
* FontAwesome 4.0.0 @ [4e92eeb8ec](https://github.com/FortAwesome/Font-Awesome/tree/4e92eeb8ec7c757b74fc60b6ac8cdef937e0614f)
|
|
54
57
|
|
|
55
|
-
1.0.2
|
|
56
|
-
|
|
58
|
+
## 1.0.2
|
|
59
|
+
|
|
57
60
|
* Minor fixes
|
|
58
61
|
|
|
59
|
-
1.0.0
|
|
60
|
-
|
|
62
|
+
## 1.0.0
|
|
63
|
+
|
|
61
64
|
* Bootstrap 3.0.0 @ [32468b087b](https://github.com/twbs/bootstrap/tree/32468b087b615d1ed710f9118ff4f669cc5ad5e8)
|
|
62
65
|
* Fontawesome 3.2.1 @ [906345058f](https://github.com/FortAwesome/Font-Awesome/tree/906345058f738c2b931f89754a319ed108e17bd8)
|
|
63
66
|
* Respond.js 1.3.0 @ [ad87635f83](https://github.com/scottjehl/Respond/tree/ad87635f83f8b811e1da53c082325a4b35960771)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twbs_less_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- diowa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|