kss-rails-alan 1.0.1 → 1.0.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.
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
12
12
  gem.name = 'kss-rails-alan'
13
13
  gem.require_paths = ['lib']
14
- gem.version = '1.0.1'
14
+ gem.version = '1.0.2'
15
15
 
16
16
  gem.add_dependency 'kss-alan'
17
17
  gem.add_dependency 'rails', '>= 3.0.0'
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kss-rails-alan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -69,7 +69,7 @@ files:
69
69
  - lib/generators/templates/application.html.erb
70
70
  - lib/generators/templates/index.html.erb
71
71
  - lib/generators/templates/styleguide.html.erb
72
- - lib/kss-rails.rb
72
+ - lib/kss-rails-alan.rb
73
73
  - lib/kss/engine.rb
74
74
  homepage: https://github.com/dewski/kss-rails
75
75
  licenses: []