snippr 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/rails/init.rb +1 -0
  2. metadata +3 -2
data/rails/init.rb ADDED
@@ -0,0 +1 @@
1
+ require "snippr"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 5
9
- version: 0.1.5
8
+ - 6
9
+ version: 0.1.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Harrington
@@ -48,6 +48,7 @@ files:
48
48
  - lib/snippr/snippr_helper.rb
49
49
  - lib/snippr/snippr_path.rb
50
50
  - lib/snippr.rb
51
+ - rails/init.rb
51
52
  - spec/snippr/core_ext_spec.rb
52
53
  - spec/snippr/snippr_spec.rb
53
54
  - spec/spec_helper.rb