Skip to content

Commit 084a611

Browse files
committed
change name gem
1 parent 5193d11 commit 084a611

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Rails 3.2 Integration for Redactor (NO Devise Edition)
1+
# Rails ~> 4.0.0 Integration for Redactor (Devise Edition)
22

3-
The redactor-rails gem integrates the [Redactor](http://redactorjs.com/) editor with the Rails 3.2 asset pipeline.
3+
The redactor-rails gem integrates the [Redactor](http://redactorjs.com/) editor with the Rails 4 asset pipeline.
44

55
This gem bundles Redactor version 9.0.2 which is the most recent version as of June 25, 2013. Check [Redactor's changelog](http://imperavi.com/redactor/log/) for further updates.
66

redactor-rails.gemspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
require File.expand_path('../lib/redactor-rails/version', __FILE__)
33

44
Gem::Specification.new do |gem|
5-
gem.authors = ["Sammy", "Serge"]
6-
7-
gem.description = "The redactor-rails gem integrates the Redactor editor without devise and with paperclip backend support"
5+
gem.authors = ["Sammy", "Serge", "Xana68"]
6+
7+
gem.description = "The redactor-rails gem integrates the Redactor editor with devise and with paperclip backend support"
88
gem.summary = ""
9-
gem.homepage = "https://github.com/sergio1990/redactor-rails/tree/paperclip"
9+
gem.homepage = "https://github.com/xana68/redactor-rails"
1010

1111
gem.files = `git ls-files`.split($\)
1212
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
1313
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14-
gem.name = "redactor-rails-paperclip"
14+
gem.name = "redactor-rails"
1515
gem.require_paths = ["lib"]
1616
gem.version = RedactorRails::VERSION
1717

0 commit comments

Comments
 (0)