Juice10-bogus_sass_checker 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bogus-sass-checker.gemspec +1 -1
  2. metadata +1 -1
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.name = 'bogus_sass_checker'
4
4
  s.summary = "Checks your rails projects Sass files for #ids and .classes and checks if you are using them in the rest of your rails project."
5
5
  s.description = "Checks your rails projects Sass files for #ids and .classes and checks if you are using them in the rest of your rails project. (Depends on ack)"
6
- s.version = '0.1.0'
6
+ s.version = '0.1.1'
7
7
  s.date = '2008-12-08'
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Justin Halsall"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Juice10-bogus_sass_checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Halsall