Skip to content

Commit

Permalink
Version bump to 1.0.0, deprecate Rails 2.x support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Stewart committed Oct 27, 2012
1 parent 7514651 commit 2b5838a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 62 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,5 +18,6 @@ tmtags
coverage coverage
rdoc rdoc
pkg pkg
*.gem


## PROJECT::SPECIFIC ## PROJECT::SPECIFIC
1 change: 1 addition & 0 deletions Gemfile
@@ -0,0 +1 @@
gemspec
10 changes: 3 additions & 7 deletions README
Expand Up @@ -10,12 +10,8 @@ prince->PDFKit for those using princely.
Installation Installation
============ ============


Rails 2.x Version 1.0.0 deprecates support for Rails 2. For Rails 2.x support,

install an earlier version.
gem install ezprint
in environment.rb config.gem "ezprint"

Rails 3


gem 'ezprint' gem 'ezprint'
then run "bundle install" then run "bundle install"
Expand Down Expand Up @@ -91,4 +87,4 @@ Michael Bleigh for writing the awesome princely plugin, which most of the code i
Resources Resources
========= =========


Copyright (c) 2010 Jason Stewart, released under the MIT license. Copyright (c) 2012 Jason Stewart, released under the MIT license.
9 changes: 2 additions & 7 deletions README.rdoc
Expand Up @@ -8,13 +8,8 @@ prince->PDFKit for those using princely.


== Installation == Installation


== Rails 2.x Version 1.0.0 deprecates support for Rails 2. For Rails 2.x support,

install an earlier version.
gem install ezprint

in environment.rb config.gem "ezprint"

== Rails 3


gem 'ezprint' gem 'ezprint'


Expand Down
42 changes: 0 additions & 42 deletions Rakefile

This file was deleted.

8 changes: 2 additions & 6 deletions ezprint.gemspec
@@ -1,15 +1,12 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{ezprint} s.name = %q{ezprint}
s.version = "0.3.1" s.version = "1.0.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jason Stewart"] s.authors = ["Jason Stewart"]
s.date = %q{2011-05-16} s.date = %q{2012-10-27}
s.description = %q{A Rails wrapper for the PDFkit library. Meant to be a drop in replacement for princely.} s.description = %q{A Rails wrapper for the PDFkit library. Meant to be a drop in replacement for princely.}
s.email = %q{jstewart@fusionary.com} s.email = %q{jstewart@fusionary.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -21,7 +18,6 @@ Gem::Specification.new do |s|
"MIT-LICENSE", "MIT-LICENSE",
"README", "README",
"README.rdoc", "README.rdoc",
"Rakefile",
"VERSION", "VERSION",
"ezprint.gemspec", "ezprint.gemspec",
"init.rb", "init.rb",
Expand Down

0 comments on commit 2b5838a

Please sign in to comment.