acts_as_list_with_sti_support 0.2.1 → 1.0.0

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.
data/README.rdoc CHANGED
@@ -59,12 +59,75 @@ to cause the position values to be scoped by type.
59
59
 
60
60
  class BillingFrequency < Label
61
61
  end
62
+
63
+
64
+
65
+ == Helpful Links
66
+
67
+ * <b>Repository:</b> http://github.com/coroutine/acts_as_list_with_sti_support
68
+ * <b>Gem:</b> http://rubygems.org/gems/acts_as_list_with_sti_support
69
+ * <b>Authors:</b> http://coroutine.com
70
+
71
+
72
+
73
+ == Installation (Rails 2)
74
+
75
+ Install me from RubyGems.org and add a gem dependency in the appropriate file.
76
+
77
+ $ gem install acts_as_list_with_sti_support
78
+
79
+ Or install me as a plugin.
80
+
81
+ $ script/plugin install git://github.com/coroutine/acts_as_list_with_sti_support.git
82
+
83
+
84
+
85
+ == Installation (Rails 3)
86
+
87
+ Install me from RubyGems.org by adding a gem dependency to your Gemfile. Bundler does
88
+ the rest.
89
+
90
+ gem "acts_as_list_with_sti_support"
91
+
92
+ $ bundle install
93
+
94
+
95
+
96
+ == Gemroll
97
+
98
+ Other gems by Coroutine include:
99
+
100
+ * {acts_as_current}[http://github.com/coroutine/acts_as_current]
101
+ * {acts_as_label}[http://github.com/coroutine/acts_as_label]
102
+ * {delayed_form_observer}[http://github.com/coroutine/delayed_form_observer]
103
+ * {kenny_dialoggins}[http://github.com/coroutine/kenny_dialoggins]
104
+ * {michael_hintbuble}[http://github.com/coroutine/michael_hintbuble]
105
+ * {tiny_navigation}[http://github.com/coroutine/tiny_navigation]
62
106
 
63
107
 
64
108
 
65
109
  == License
66
110
 
67
- Copyright (c) 2010 Coroutine LLC, released under the MIT license
111
+ Copyright (c) 2010 {Coroutine LLC}[http://coroutine.com].
112
+
113
+ Permission is hereby granted, free of charge, to any person obtaining
114
+ a copy of this software and associated documentation files (the
115
+ "Software"), to deal in the Software without restriction, including
116
+ without limitation the rights to use, copy, modify, merge, publish,
117
+ distribute, sublicense, and/or sell copies of the Software, and to
118
+ permit persons to whom the Software is furnished to do so, subject to
119
+ the following conditions:
120
+
121
+ The above copyright notice and this permission notice shall be
122
+ included in all copies or substantial portions of the Software.
123
+
124
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
125
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
126
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
127
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
128
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
129
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
130
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
68
131
 
69
132
  The plugin is a modestly modified version of the rails acts_as_list plugin released under the
70
133
  MIT license by David Heinemeier Hansson.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 1.0.0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{acts_as_list_with_sti_support}
8
- s.version = "0.2.1"
8
+ s.version = "1.0.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Coroutine", "John Dugan"]
12
- s.date = %q{2010-07-13}
12
+ s.date = %q{2010-10-10}
13
13
  s.description = %q{This acts_as extension does everything acts_as_list does, but it also works in single table inheritance designs and accepts less brain-damaged scope syntax.}
14
14
  s.email = %q{jdugan@coroutine.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_list_with_sti_support
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
- - 0
8
- - 2
9
7
  - 1
10
- version: 0.2.1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Coroutine
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-07-13 00:00:00 -05:00
19
+ date: 2010-10-10 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency