methopara 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- metadata +43 -41
data/Rakefile
CHANGED
@@ -18,7 +18,7 @@ RUBYFORGE_PROJECT = "asakusarb"
|
|
18
18
|
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
|
19
19
|
BIN_FILES = %w( )
|
20
20
|
|
21
|
-
VERS = "0.3.
|
21
|
+
VERS = "0.3.1"
|
22
22
|
REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
|
23
23
|
CLEAN.include ['**/.*.sw?', '*.gem', '.config']
|
24
24
|
RDOC_OPTS = [
|
@@ -59,7 +59,7 @@ spec = Gem::Specification.new do |s|
|
|
59
59
|
s.test_files = Dir["test/*_test.rb"]
|
60
60
|
|
61
61
|
#s.add_dependency('activesupport', '>=1.3.1')
|
62
|
-
s.required_ruby_version = '
|
62
|
+
s.required_ruby_version = '~> 1.9.1'
|
63
63
|
|
64
64
|
s.files = %w(README ChangeLog Rakefile) +
|
65
65
|
Dir.glob("{bin,doc,test,lib,templates,generator,extras,website,script}/**/*") +
|
metadata
CHANGED
@@ -1,37 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
- Genki Takiuchi
|
9
|
-
autorequire:
|
10
|
-
bindir: bin
|
11
|
-
cert_chain: []
|
12
|
-
|
13
|
-
date: 2009-02-14 00:00:00 +09:00
|
14
|
-
default_executable:
|
15
|
-
dependencies: []
|
16
|
-
|
17
|
-
description: Method#parameters for ruby-1.9.1
|
2
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
3
|
+
requirements:
|
4
|
+
- - ~>
|
5
|
+
- !ruby/object:Gem::Version
|
6
|
+
version: 1.9.1
|
7
|
+
version:
|
18
8
|
email: genki@s21g.com
|
19
|
-
|
9
|
+
cert_chain: []
|
20
10
|
|
21
|
-
|
22
|
-
|
11
|
+
summary: Method#parameters for ruby-1.9.1
|
12
|
+
post_install_message:
|
23
13
|
extra_rdoc_files:
|
24
14
|
- README
|
25
15
|
- ChangeLog
|
26
|
-
files:
|
27
|
-
- README
|
28
|
-
- ChangeLog
|
29
|
-
- Rakefile
|
30
|
-
- lib/methopara.rb
|
31
|
-
- ext/methopara.c
|
32
|
-
has_rdoc: true
|
33
16
|
homepage: http://asakusarb.rubyforge.org
|
34
|
-
|
17
|
+
signing_key:
|
18
|
+
name: methopara
|
35
19
|
rdoc_options:
|
36
20
|
- --title
|
37
21
|
- methopara documentation
|
@@ -45,26 +29,44 @@ rdoc_options:
|
|
45
29
|
- --inline-source
|
46
30
|
- --exclude
|
47
31
|
- ^(examples|extras)/
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
32
|
+
rubyforge_project: asakusarb
|
33
|
+
autorequire:
|
34
|
+
licenses: []
|
35
|
+
|
36
|
+
executables: []
|
37
|
+
|
38
|
+
description: Method#parameters for ruby-1.9.1
|
39
|
+
specification_version: 3
|
40
|
+
default_executable:
|
41
|
+
files:
|
42
|
+
- README
|
43
|
+
- ChangeLog
|
44
|
+
- Rakefile
|
45
|
+
- lib/methopara.rb
|
46
|
+
- ext/methopara.c
|
56
47
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
48
|
requirements:
|
58
|
-
- -
|
49
|
+
- - '>='
|
59
50
|
- !ruby/object:Gem::Version
|
60
51
|
version: "0"
|
61
52
|
version:
|
53
|
+
extensions:
|
54
|
+
- ext/extconf.rb
|
55
|
+
rubygems_version: 1.3.4
|
62
56
|
requirements: []
|
63
57
|
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
58
|
+
authors:
|
59
|
+
- Koichi Sasada
|
60
|
+
- Genki Takiuchi
|
61
|
+
date: 2009-06-05 15:00:00 +00:00
|
62
|
+
platform: ruby
|
69
63
|
test_files: []
|
70
64
|
|
65
|
+
version: !ruby/object:Gem::Version
|
66
|
+
version: 0.3.1
|
67
|
+
require_paths:
|
68
|
+
- lib
|
69
|
+
dependencies: []
|
70
|
+
|
71
|
+
bindir: bin
|
72
|
+
has_rdoc: true
|