authn-rails 1.7.2 → 1.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,20 @@
1
1
  CHANGELOG
2
2
  ---------
3
3
 
4
+ 1.7.3 / 2012-09-21
5
+ ==================
4
6
 
5
- 1.0.0 / YYYY-MM-DD
7
+ * Updating the changelog
8
+ * Updating the readme
9
+
10
+ 1.7.2 / 2012-09-21
6
11
  ==================
7
12
 
13
+ * Adding an initializer generator for Rails apps to use
14
+ * Moving around some of the actionmailer code to make more sense
15
+ * Removing useless version test
16
+
17
+ 1.0.0 / YYYY-MM-DD
18
+ ==================
8
19
 
20
+ * Initial launch and integration in rails applications
data/README.md CHANGED
@@ -82,7 +82,8 @@ You'll notice that there are options after some of the addon singleton methods.
82
82
  These are used to overwrite the global configuration.
83
83
  authn assumes quite a few things, but never stops you from changing how it works.
84
84
  As above you can change how each of your "user" models functions (for say admin recovery emails vs support recovery emails).
85
- In addition you can either programatically write the "global" configuration or have a `authn.yml` file ready to be loaded.
85
+ You can programatically write the "global" configuration by editing the `config/initializers/authn.rb` file.
86
+
86
87
 
87
88
  Installing AuthN Rails
88
89
  ======================
@@ -104,9 +105,10 @@ However if you want to fine tune your AuthN install simply run this generator:
104
105
 
105
106
  $ rails generate authen:config
106
107
 
107
- To install the config files of the addons simply use:
108
+ If you want to use a model for users other than the default "Account":
109
+
110
+ $ rails generate authen:config --model SomeUserModel
108
111
 
109
- $ rails generate authen:config:[addonname]
110
112
 
111
113
  Contributing
112
114
  ============
@@ -117,6 +119,7 @@ Contributing
117
119
  4. Push to the branch (`git push origin my-new-feature`)
118
120
  5. Create new Pull Request
119
121
 
122
+
120
123
  License
121
124
  =======
122
125
 
@@ -1,5 +1,5 @@
1
1
  module AuthN
2
2
  module Rails
3
- VERSION = "1.7.2"
3
+ VERSION = "1.7.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authn-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: 3503165329620379370
135
+ hash: -484630117336863145
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  none: false
138
138
  requirements:
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  segments:
143
143
  - 0
144
- hash: 3503165329620379370
144
+ hash: -484630117336863145
145
145
  requirements: []
146
146
  rubyforge_project:
147
147
  rubygems_version: 1.8.24