fesplugas-typus 0.9.1 → 0.9.2

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.
Files changed (4) hide show
  1. data/README.rdoc +7 -4
  2. data/VERSION +1 -1
  3. data/typus.gemspec +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -28,13 +28,16 @@ Step 3. Go to the admin area and enjoy it!
28
28
 
29
29
  == Installing
30
30
 
31
- Install from GitHub the latest version which it's compatible with
32
- Rails 2.3.2.
31
+ *Plugin:* Install from GitHub the latest version which it's compatible with Rails 2.3.2.
33
32
 
34
33
  $ script/plugin install git://github.com/fesplugas/typus.git
35
34
 
36
- Once plugin is installed generate *Typus* files and migrate your
37
- database (<tt>typus_users</tt> table is created)
35
+ *Gem:* Add *Typus* to your `config/environment.rb`.
36
+
37
+ config.gem 'fesplugas-typus', :lib => 'typus', :source => 'http://gems.github.com'
38
+
39
+ Once *Typus* is installed, run the generator to create required files and migrate your
40
+ database. (<tt>typus_users</tt> table is created)
38
41
 
39
42
  $ script/generate typus
40
43
  $ rake db:migrate
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.1
1
+ 0.9.2
data/typus.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{typus}
5
- s.version = "0.9.1"
5
+ s.version = "0.9.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Francesc Esplugas"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fesplugas-typus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesc Esplugas