has_magick_title 0.1.0.rc1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,7 +6,8 @@ Installation
6
6
 
7
7
  Since has_magick_title is to be used with rails, we'll install it by adding the following to your Gemfile and running the `bundle` command.
8
8
 
9
- gem 'has_magick_title', :git => 'git://github.com/citrus/has_magick_title.git'
9
+ gem 'has_magick_title', '>= 0.1.0'
10
+
10
11
 
11
12
  Now bundle up:
12
13
 
@@ -1,3 +1,3 @@
1
1
  module HasMagickTitle
2
- VERSION = "0.1.0.rc1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_magick_title
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 0.1.0.rc1
4
+ prerelease:
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Spencer Steffen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-24 00:00:00 -07:00
13
+ date: 2011-06-07 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -139,9 +139,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
139
139
  required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  none: false
141
141
  requirements:
142
- - - ">"
142
+ - - ">="
143
143
  - !ruby/object:Gem::Version
144
- version: 1.3.1
144
+ version: "0"
145
145
  requirements: []
146
146
 
147
147
  rubyforge_project: has_magick_title