middleman-neat 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,4 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in middleman-neat.gemspec
4
- gem "neat"
3
+ # Specify your gem's dependencies in middleman-neat.gemspec
data/README.md CHANGED
@@ -6,7 +6,6 @@ A gem for simple usage of [Bourbon Neat](https://github.com/thoughtbot/neat) ins
6
6
 
7
7
  Add this line to Middleman's Gemfile:
8
8
 
9
- gem "neat"
10
9
  gem "middleman-neat"
11
10
 
12
11
  In your config.rb:
@@ -19,4 +18,8 @@ In your config.rb:
19
18
  2. Create your feature branch (`git checkout -b my-new-feature`)
20
19
  3. Commit your changes (`git commit -am 'Add some feature'`)
21
20
  4. Push to the branch (`git push origin my-new-feature`)
22
- 5. Create a new Pull Request with your changes
21
+ 5. Create a new Pull Request with your changes
22
+
23
+ ## License
24
+
25
+ MIT: http://mit-license.org
@@ -4,7 +4,6 @@ module MiddlemanNeat
4
4
 
5
5
  class << self
6
6
  def registered(app)
7
- require "neat"
8
7
  gem_dir = Gem::Specification.find_by_name("neat").gem_dir
9
8
  Sass.load_paths << File.expand_path("./app/assets/stylesheets", gem_dir)
10
9
  puts "Loaded Bourbon Neat"
@@ -1,3 +1,3 @@
1
1
  module MiddlemanNeat
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -10,11 +10,11 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["patrik@wibron.nu"]
11
11
  gem.description = %q{Bourbon neat extension for Middleman}
12
12
  gem.summary = %q{An extension for Middleman that will let you use Bourbon Neat for your projects}
13
- gem.homepage = "http://patrikwibron.se/"
13
+ gem.homepage = "https://github.com/wibron/middleman-neat"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
- gem.add_dependency "neat"
19
+ gem.add_runtime_dependency "neat"
20
20
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-neat
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Patrik Wibron
@@ -49,7 +49,7 @@ files:
49
49
  - lib/middleman-neat.rb
50
50
  - lib/middleman-neat/version.rb
51
51
  - middleman-neat.gemspec
52
- homepage: http://patrikwibron.se/
52
+ homepage: https://github.com/wibron/middleman-neat
53
53
  licenses: []
54
54
 
55
55
  post_install_message: