speaking_id 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- metadata +18 -9
data/README.rdoc
CHANGED
@@ -16,7 +16,7 @@ Then install the gem by running:
|
|
16
16
|
|
17
17
|
Alternatively you can install it as a Rails plugin.
|
18
18
|
|
19
|
-
rails plugin install git://github.com/
|
19
|
+
rails plugin install git://github.com/martinjagusch/speaking_id.git
|
20
20
|
|
21
21
|
=== Rails 2
|
22
22
|
|
@@ -30,7 +30,7 @@ And then install the gem.
|
|
30
30
|
|
31
31
|
Or as a Rails plugin.
|
32
32
|
|
33
|
-
script/plugin install git://github.com/
|
33
|
+
script/plugin install git://github.com/martinjagusch/speaking_id.git
|
34
34
|
|
35
35
|
== Instructions
|
36
36
|
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: speaking_id
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 19
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Martin Jagusch
|
@@ -14,16 +15,18 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-
|
18
|
+
date: 2010-06-16 00:00:00 +02:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: activerecord
|
22
23
|
prerelease: false
|
23
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
24
26
|
requirements:
|
25
27
|
- - ">="
|
26
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 15
|
27
30
|
segments:
|
28
31
|
- 2
|
29
32
|
- 0
|
@@ -35,9 +38,11 @@ dependencies:
|
|
35
38
|
name: activesupport
|
36
39
|
prerelease: false
|
37
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
38
42
|
requirements:
|
39
43
|
- - ">="
|
40
44
|
- !ruby/object:Gem::Version
|
45
|
+
hash: 15
|
41
46
|
segments:
|
42
47
|
- 2
|
43
48
|
- 0
|
@@ -46,7 +51,7 @@ dependencies:
|
|
46
51
|
type: :runtime
|
47
52
|
version_requirements: *id002
|
48
53
|
description: Lightweight Ruby on Rails gem to handle slugs for Active Record objects.
|
49
|
-
email: m@
|
54
|
+
email: m@martinjagusch.com
|
50
55
|
executables: []
|
51
56
|
|
52
57
|
extensions: []
|
@@ -55,20 +60,20 @@ extra_rdoc_files:
|
|
55
60
|
- README.rdoc
|
56
61
|
- LICENSE
|
57
62
|
files:
|
58
|
-
- lib/speaking_id.rb
|
59
|
-
- lib/speaking_id/speaking_id.rb
|
60
63
|
- lib/speaking_id/ascii_approximations.rb
|
61
64
|
- lib/speaking_id/core_extensions.rb
|
65
|
+
- lib/speaking_id/speaking_id.rb
|
66
|
+
- lib/speaking_id.rb
|
62
67
|
- rails/init.rb
|
63
|
-
- test/speaking_id_test.rb
|
64
68
|
- test/core_extensions_test.rb
|
65
69
|
- test/schema.rb
|
70
|
+
- test/speaking_id_test.rb
|
66
71
|
- test/test_helper.rb
|
67
72
|
- LICENSE
|
68
73
|
- README.rdoc
|
69
74
|
- Rakefile
|
70
75
|
has_rdoc: true
|
71
|
-
homepage: http://github.com/
|
76
|
+
homepage: http://github.com/martinjagusch/speaking_id
|
72
77
|
licenses: []
|
73
78
|
|
74
79
|
post_install_message:
|
@@ -83,16 +88,20 @@ rdoc_options:
|
|
83
88
|
require_paths:
|
84
89
|
- lib
|
85
90
|
required_ruby_version: !ruby/object:Gem::Requirement
|
91
|
+
none: false
|
86
92
|
requirements:
|
87
93
|
- - ">="
|
88
94
|
- !ruby/object:Gem::Version
|
95
|
+
hash: 3
|
89
96
|
segments:
|
90
97
|
- 0
|
91
98
|
version: "0"
|
92
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
100
|
+
none: false
|
93
101
|
requirements:
|
94
102
|
- - ">="
|
95
103
|
- !ruby/object:Gem::Version
|
104
|
+
hash: 11
|
96
105
|
segments:
|
97
106
|
- 1
|
98
107
|
- 2
|
@@ -100,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
109
|
requirements: []
|
101
110
|
|
102
111
|
rubyforge_project:
|
103
|
-
rubygems_version: 1.3.
|
112
|
+
rubygems_version: 1.3.7
|
104
113
|
signing_key:
|
105
114
|
specification_version: 3
|
106
115
|
summary: Creates simple and secure slugs from a given string or random slugs.
|