sb-styleguide 0.0.5 → 0.0.6

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.
data/Gemfile CHANGED
@@ -43,5 +43,5 @@ group :development, :test do
43
43
  gem 'growl'
44
44
  gem 'jasminerice', :git => "https://github.com/bradphelan/jasminerice"
45
45
  gem "guard-jasmine"
46
- gem 'jsPercolator', :git => "git@github.com:adtaylor/jsPercolator.git"
46
+ # gem 'jsPercolator', :git => "git@github.com:adtaylor/jsPercolator.git"
47
47
  end
data/Gemfile.lock CHANGED
@@ -1,9 +1,3 @@
1
- GIT
2
- remote: git@github.com:adtaylor/jsPercolator.git
3
- revision: 7686a924d74cae9edd1b1ce1f5346c0b17b09142
4
- specs:
5
- jsPercolator (0.0.1)
6
-
7
1
  GIT
8
2
  remote: https://github.com/bradphelan/jasminerice
9
3
  revision: ee4681169096fb15913b90cf15832e6b15e15a22
@@ -15,7 +9,7 @@ GIT
15
9
  PATH
16
10
  remote: .
17
11
  specs:
18
- sb-styleguide (0.0.4)
12
+ sb-styleguide (0.0.6)
19
13
  actionpack (~> 3.1)
20
14
  activesupport (~> 3.1)
21
15
  compass-rails
@@ -116,7 +110,7 @@ GEM
116
110
  maruku (0.6.0)
117
111
  syntax (>= 1.0.0)
118
112
  mime-types (1.19)
119
- modular-scale (1.0.2)
113
+ modular-scale (1.0.4)
120
114
  compass (>= 0.11.5)
121
115
  sassy-math (>= 1.2)
122
116
  multi_json (1.3.6)
@@ -182,7 +176,7 @@ PLATFORMS
182
176
  ruby
183
177
 
184
178
  DEPENDENCIES
185
- bundler (~> 1.1.0)
179
+ bundler
186
180
  coffee-rails (~> 3.2.1)
187
181
  compass-rails
188
182
  growl
@@ -192,7 +186,6 @@ DEPENDENCIES
192
186
  haml-rails
193
187
  jasminerice!
194
188
  jquery-rails
195
- jsPercolator!
196
189
  maruku
197
190
  rails (~> 3.1)
198
191
  sass-rails (~> 3.2.3)
@@ -1,5 +1,5 @@
1
1
  module Sb
2
2
  module Styleguide
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
Binary file