mbleigh-princely 1.2.4 → 1.2.5

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.4
1
+ 1.2.5
data/init.rb CHANGED
@@ -1 +1 @@
1
- require File.dirname(__FILE__) + "/lib/princely/rails"
1
+ require File.dirname(__FILE__) + '/rails/init'
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/../princely'
1
+ require 'princely'
2
2
  require 'princely/pdf_helper'
3
3
 
4
4
  Mime::Type.register 'application/pdf', :pdf
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{princely}
8
- s.version = "1.2.4"
8
+ s.version = "1.2.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Bleigh"]
@@ -25,7 +25,8 @@ Gem::Specification.new do |s|
25
25
  "lib/princely.rb",
26
26
  "lib/princely/pdf_helper.rb",
27
27
  "lib/princely/rails.rb",
28
- "princely.gemspec"
28
+ "princely.gemspec",
29
+ "rails/init.rb"
29
30
  ]
30
31
  s.homepage = %q{http://github.com/mbleigh/princely}
31
32
  s.rdoc_options = ["--charset=UTF-8"]
@@ -0,0 +1 @@
1
+ require File.dirname(__FILE__) + "/../lib/princely/rails"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mbleigh-princely
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh
@@ -32,6 +32,7 @@ files:
32
32
  - lib/princely/pdf_helper.rb
33
33
  - lib/princely/rails.rb
34
34
  - princely.gemspec
35
+ - rails/init.rb
35
36
  has_rdoc: false
36
37
  homepage: http://github.com/mbleigh/princely
37
38
  licenses: