djanowski-snippets 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/snippets.rb +7 -3
  2. metadata +1 -2
data/lib/snippets.rb CHANGED
@@ -1,6 +1,10 @@
1
- ['snippets', 'snippets/parsers'].each do |dir|
2
- $:.unshift(File.join(File.dirname(__FILE__), dir))
3
- end
1
+ # ['snippets', 'snippets/parsers'].each do |dir|
2
+ # $:.unshift(File.join(File.dirname(__FILE__), dir))
3
+ # end
4
+
5
+ require 'snippet'
6
+ require 'snippets/parsers/html'
7
+ require 'snippets/parsers/textile'
4
8
 
5
9
  module Snippets
6
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: djanowski-snippets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damian Janowski
@@ -26,7 +26,6 @@ files:
26
26
  - lib/snippets/helper.rb
27
27
  - lib/snippets/parsers/html.rb
28
28
  - lib/snippets/parsers/textile.rb
29
- - lib/snippets/parsers.rb
30
29
  - lib/snippets.rb
31
30
  - rails/init.rb
32
31
  - README.textile