yellowlab-princely 1.2.5.yellowlab.1 → 1.2.5.yellowlab.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.5.yellowlab.1
1
+ 1.2.5.yellowlab.2
data/lib/princely.rb CHANGED
@@ -16,6 +16,7 @@
16
16
  #
17
17
  $:.unshift(File.dirname(__FILE__))
18
18
  require 'logger'
19
+ require 'princely/rails'
19
20
 
20
21
  class Princely
21
22
  VERSION = "1.0.0" unless const_defined?("VERSION")
@@ -1,4 +1,3 @@
1
- require 'princely'
2
1
  require 'princely/pdf_helper'
3
2
 
4
3
  Mime::Type.register 'application/pdf', :pdf
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yellowlab-princely
3
3
  version: !ruby/object:Gem::Version
4
- hash: 958535915
4
+ hash: 958535917
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
9
  - 5
10
10
  - yellowlab
11
- - 1
12
- version: 1.2.5.yellowlab.1
11
+ - 2
12
+ version: 1.2.5.yellowlab.2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Michael Bleigh
@@ -35,7 +35,6 @@ files:
35
35
  - README.rdoc
36
36
  - Rakefile
37
37
  - VERSION
38
- - init.rb
39
38
  - lib/princely.rb
40
39
  - lib/princely/pdf_helper.rb
41
40
  - lib/princely/rails.rb
data/init.rb DELETED
@@ -1 +0,0 @@
1
- require "princely/rails"