ryanb-acts-as-list 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/acts-as-list.gemspec +4 -4
- metadata +2 -2
data/acts-as-list.gemspec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Acts-as-list-0.1.
|
2
|
+
# Gem::Specification for Acts-as-list-0.1.1
|
3
3
|
# Originally generated by Echoe
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = %q{acts-as-list}
|
7
|
-
s.version = "0.1.
|
7
|
+
s.version = "0.1.1"
|
8
8
|
|
9
9
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
10
10
|
s.authors = ["Ryan Bates, Rails Core"]
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.description = %q{Gem version of acts_as_list Rails plugin.}
|
13
13
|
s.email = %q{ryan (at) railscasts (dot) com}
|
14
14
|
s.extra_rdoc_files = ["lib/acts_as_list.rb", "README", "tasks/deployment.rake"]
|
15
|
-
s.files = ["lib/acts_as_list.rb", "Manifest", "README", "tasks/deployment.rake", "test/list_test.rb"
|
15
|
+
s.files = ["acts-as-list.gemspec", "lib/acts_as_list.rb", "Manifest", "README", "tasks/deployment.rake", "test/list_test.rb"]
|
16
16
|
s.has_rdoc = true
|
17
17
|
s.homepage = %q{http://github.com/ryanb/acts-as-list}
|
18
18
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Acts-as-list", "--main", "README"]
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
# begin
|
43
43
|
# require 'echoe'
|
44
44
|
#
|
45
|
-
# Echoe.new('acts-as-list', '0.1.
|
45
|
+
# Echoe.new('acts-as-list', '0.1.1') do |p|
|
46
46
|
# p.summary = "Gem version of acts_as_list Rails plugin."
|
47
47
|
# p.description = "Gem version of acts_as_list Rails plugin."
|
48
48
|
# p.url = "http://github.com/ryanb/acts-as-list"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ryanb-acts-as-list
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Bates, Rails Core
|
@@ -24,12 +24,12 @@ extra_rdoc_files:
|
|
24
24
|
- README
|
25
25
|
- tasks/deployment.rake
|
26
26
|
files:
|
27
|
+
- acts-as-list.gemspec
|
27
28
|
- lib/acts_as_list.rb
|
28
29
|
- Manifest
|
29
30
|
- README
|
30
31
|
- tasks/deployment.rake
|
31
32
|
- test/list_test.rb
|
32
|
-
- acts-as-list.gemspec
|
33
33
|
has_rdoc: true
|
34
34
|
homepage: http://github.com/ryanb/acts-as-list
|
35
35
|
post_install_message:
|