twbs_sass_rails 0.6.3 → 0.6.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cef8cd004385df56773b9a9f787269a75e254327
4
- data.tar.gz: 433a33735a5c1de6e7f24d43f96d734415b8b9cb
3
+ metadata.gz: d6b9c6e532fa011bee8a52a5c9a14e11ad8ff700
4
+ data.tar.gz: 3b8d3e490018336e40d0bc26b079faca09cef632
5
5
  SHA512:
6
- metadata.gz: 6856f4272aded6254107cd2ae7637e236242ac5c58d1da3c855d8d6d52ee0b35a3c803d07f3f710b18019e0a5a0c71f691bd79ff1c89cc58d8dc0915bdbbc46e
7
- data.tar.gz: dafe9fa913c6954b66e2fbed8881be2fbeff969f70fbe2c8dca2eea3989bc24dbb4abc8b64d7939e3742411fdb79d5476dfef7fa4ae10a288fdf99b01ef97498
6
+ metadata.gz: 88a62cfcd1a93dfd4d3281c9ba5d95594e5b60f82ad96de284d91b06c07ee6543c4a1e65d0b444193e495d648572d0e0c6cf88bf97c45e41a6282a7dc15a858c
7
+ data.tar.gz: 5ea6b0fb4ad94b7187660be390d3ef083ef1ef3d2be0732f5f7c40469926b493c35a1847a01970fbdabb22c89fbe05a7317244d7fdaa43a75132d490d622b473
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.6.4
4
+
5
+ * Added Gemfile.lock to .gitignore
6
+
3
7
  ## 0.6.3
4
8
 
5
9
  * Updated Rails dependencies
@@ -1,3 +1,3 @@
1
1
  module TwbsSassRails
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_sass_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-07 00:00:00.000000000 Z
11
+ date: 2014-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -118,7 +118,6 @@ files:
118
118
  - CHANGELOG.md
119
119
  - CONTRIBUTING.md
120
120
  - Gemfile
121
- - Gemfile.lock
122
121
  - LICENSE
123
122
  - README.md
124
123
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,123 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- twbs_sass_rails (0.6.3)
5
- rails (>= 3.2.18)
6
- sass-rails (>= 3.2)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionmailer (4.0.5)
12
- actionpack (= 4.0.5)
13
- mail (~> 2.5.4)
14
- actionpack (4.0.5)
15
- activesupport (= 4.0.5)
16
- builder (~> 3.1.0)
17
- erubis (~> 2.7.0)
18
- rack (~> 1.5.2)
19
- rack-test (~> 0.6.2)
20
- activemodel (4.0.5)
21
- activesupport (= 4.0.5)
22
- builder (~> 3.1.0)
23
- activerecord (4.0.5)
24
- activemodel (= 4.0.5)
25
- activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.5)
27
- arel (~> 4.0.0)
28
- activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.5)
30
- i18n (~> 0.6, >= 0.6.9)
31
- minitest (~> 4.2)
32
- multi_json (~> 1.3)
33
- thread_safe (~> 0.1)
34
- tzinfo (~> 0.3.37)
35
- arel (4.0.2)
36
- builder (3.1.4)
37
- capybara (2.2.1)
38
- mime-types (>= 1.16)
39
- nokogiri (>= 1.3.3)
40
- rack (>= 1.0.0)
41
- rack-test (>= 0.5.4)
42
- xpath (~> 2.0)
43
- coveralls (0.7.0)
44
- multi_json (~> 1.3)
45
- rest-client
46
- simplecov (>= 0.7)
47
- term-ansicolor
48
- thor
49
- docile (1.1.3)
50
- erubis (2.7.0)
51
- hike (1.2.3)
52
- i18n (0.6.9)
53
- mail (2.5.4)
54
- mime-types (~> 1.16)
55
- treetop (~> 1.4.8)
56
- mime-types (1.25.1)
57
- mini_portile (0.5.3)
58
- minitest (4.7.5)
59
- multi_json (1.10.0)
60
- nokogiri (1.6.1)
61
- mini_portile (~> 0.5.0)
62
- polyglot (0.3.4)
63
- rack (1.5.2)
64
- rack-test (0.6.2)
65
- rack (>= 1.0)
66
- rails (4.0.5)
67
- actionmailer (= 4.0.5)
68
- actionpack (= 4.0.5)
69
- activerecord (= 4.0.5)
70
- activesupport (= 4.0.5)
71
- bundler (>= 1.3.0, < 2.0)
72
- railties (= 4.0.5)
73
- sprockets-rails (~> 2.0.0)
74
- railties (4.0.5)
75
- actionpack (= 4.0.5)
76
- activesupport (= 4.0.5)
77
- rake (>= 0.8.7)
78
- thor (>= 0.18.1, < 2.0)
79
- rake (10.3.1)
80
- rest-client (1.6.7)
81
- mime-types (>= 1.16)
82
- sass (3.3.7)
83
- sass-rails (4.0.1)
84
- railties (>= 4.0.0, < 5.0)
85
- sass (>= 3.1.10)
86
- sprockets-rails (~> 2.0.0)
87
- simplecov (0.8.2)
88
- docile (~> 1.1.0)
89
- multi_json
90
- simplecov-html (~> 0.8.0)
91
- simplecov-html (0.8.0)
92
- sprockets (2.12.1)
93
- hike (~> 1.2)
94
- multi_json (~> 1.0)
95
- rack (~> 1.0)
96
- tilt (~> 1.1, != 1.3.0)
97
- sprockets-rails (2.0.1)
98
- actionpack (>= 3.0)
99
- activesupport (>= 3.0)
100
- sprockets (~> 2.8)
101
- term-ansicolor (1.3.0)
102
- tins (~> 1.0)
103
- thor (0.19.1)
104
- thread_safe (0.3.3)
105
- tilt (1.4.1)
106
- tins (1.1.0)
107
- treetop (1.4.15)
108
- polyglot
109
- polyglot (>= 0.3.1)
110
- tzinfo (0.3.39)
111
- xpath (2.0.0)
112
- nokogiri (~> 1.3)
113
-
114
- PLATFORMS
115
- ruby
116
-
117
- DEPENDENCIES
118
- capybara
119
- coveralls
120
- minitest
121
- rake
122
- simplecov
123
- twbs_sass_rails!