fa_princely 1.2.5 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -1,5 +1,5 @@
1
1
  module PdfHelper
2
- require 'princely'
2
+ require 'fa_princely'
3
3
 
4
4
  def self.included(base)
5
5
  base.class_eval do
@@ -1,4 +1,4 @@
1
- require 'princely'
1
+ require 'fa_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{fa_princely}
8
- s.version = "1.2.5"
8
+ s.version = "1.2.6"
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","fatangel"]
@@ -22,13 +22,13 @@ Gem::Specification.new do |s|
22
22
  "Rakefile",
23
23
  "VERSION",
24
24
  "init.rb",
25
- "lib/princely.rb",
25
+ "lib/fa_princely.rb",
26
26
  "lib/princely/pdf_helper.rb",
27
27
  "lib/princely/rails.rb",
28
28
  "princely.gemspec",
29
29
  "rails/init.rb"
30
30
  ]
31
- s.homepage = %q{http://github.com/mbleigh/princely}
31
+ s.homepage = %q{http://github.com/fatangel/princely}
32
32
  s.rdoc_options = ["--charset=UTF-8"]
33
33
  s.require_paths = ["lib"]
34
34
  s.rubygems_version = %q{1.3.3}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fa_princely
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 5
10
- version: 1.2.5
9
+ - 6
10
+ version: 1.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Bleigh
@@ -35,13 +35,13 @@ files:
35
35
  - Rakefile
36
36
  - VERSION
37
37
  - init.rb
38
- - lib/princely.rb
38
+ - lib/fa_princely.rb
39
39
  - lib/princely/pdf_helper.rb
40
40
  - lib/princely/rails.rb
41
41
  - princely.gemspec
42
42
  - rails/init.rb
43
43
  has_rdoc: true
44
- homepage: http://github.com/mbleigh/princely
44
+ homepage: http://github.com/fatangel/princely
45
45
  licenses: []
46
46
 
47
47
  post_install_message: