cuts 0.1.0 → 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/{COPYING → LICENSE} +0 -0
- data/MANIFEST +4 -2
- data/README +0 -2
- data/RELEASE +2 -2
- data/meta/homepage +1 -1
- data/meta/package +1 -0
- data/meta/project +1 -0
- data/meta/version +1 -0
- metadata +16 -15
- data/VERSION +0 -1
data/{COPYING → LICENSE}
RENAMED
|
File without changes
|
data/MANIFEST
CHANGED
|
@@ -3,10 +3,9 @@ meta
|
|
|
3
3
|
test
|
|
4
4
|
Rakefile
|
|
5
5
|
RELEASE
|
|
6
|
+
LICENSE
|
|
6
7
|
README
|
|
7
8
|
HISTORY
|
|
8
|
-
VERSION
|
|
9
|
-
COPYING
|
|
10
9
|
lib/cuts.rb
|
|
11
10
|
lib/cuts
|
|
12
11
|
lib/cuts/aop.rb
|
|
@@ -15,7 +14,10 @@ meta/created
|
|
|
15
14
|
meta/homepage
|
|
16
15
|
meta/summary
|
|
17
16
|
meta/abstract
|
|
17
|
+
meta/package
|
|
18
|
+
meta/version
|
|
18
19
|
meta/license
|
|
20
|
+
meta/project
|
|
19
21
|
meta/contact
|
|
20
22
|
test/test_cut.rb
|
|
21
23
|
test/test_aop.rb
|
data/README
CHANGED
data/RELEASE
CHANGED
data/meta/homepage
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
http://
|
|
1
|
+
http://death.rubyforge.org
|
data/meta/package
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cuts
|
data/meta/project
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
death
|
data/meta/version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cuts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tigerops-community@rubyforge.org
|
|
@@ -9,11 +9,13 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date:
|
|
12
|
+
date: 2009-07-04 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
16
|
-
description:
|
|
16
|
+
description: |-
|
|
17
|
+
Cuts is an expiremental implementation of cut-based
|
|
18
|
+
AOP for Ruby written in pure Ruby.
|
|
17
19
|
email:
|
|
18
20
|
executables: []
|
|
19
21
|
|
|
@@ -24,34 +26,33 @@ extra_rdoc_files:
|
|
|
24
26
|
- Rakefile
|
|
25
27
|
- MANIFEST
|
|
26
28
|
- RELEASE
|
|
29
|
+
- LICENSE
|
|
27
30
|
- HISTORY
|
|
28
|
-
- VERSION
|
|
29
|
-
- COPYING
|
|
30
31
|
files:
|
|
31
|
-
- lib
|
|
32
|
-
- meta
|
|
33
|
-
- test
|
|
34
32
|
- Rakefile
|
|
35
33
|
- RELEASE
|
|
34
|
+
- LICENSE
|
|
36
35
|
- README
|
|
37
36
|
- HISTORY
|
|
38
|
-
- VERSION
|
|
39
|
-
- COPYING
|
|
40
37
|
- lib/cuts.rb
|
|
41
|
-
- lib/cuts
|
|
42
38
|
- lib/cuts/aop.rb
|
|
43
39
|
- lib/cuts/cut.rb
|
|
44
40
|
- meta/created
|
|
45
41
|
- meta/homepage
|
|
46
42
|
- meta/summary
|
|
47
43
|
- meta/abstract
|
|
44
|
+
- meta/package
|
|
45
|
+
- meta/version
|
|
48
46
|
- meta/license
|
|
47
|
+
- meta/project
|
|
49
48
|
- meta/contact
|
|
50
49
|
- test/test_cut.rb
|
|
51
50
|
- test/test_aop.rb
|
|
52
51
|
- MANIFEST
|
|
53
52
|
has_rdoc: true
|
|
54
|
-
homepage: http://
|
|
53
|
+
homepage: http://death.rubyforge.org
|
|
54
|
+
licenses: []
|
|
55
|
+
|
|
55
56
|
post_install_message:
|
|
56
57
|
rdoc_options:
|
|
57
58
|
- --inline-source
|
|
@@ -75,10 +76,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
76
|
version:
|
|
76
77
|
requirements: []
|
|
77
78
|
|
|
78
|
-
rubyforge_project:
|
|
79
|
-
rubygems_version: 1.
|
|
79
|
+
rubyforge_project: death
|
|
80
|
+
rubygems_version: 1.3.4
|
|
80
81
|
signing_key:
|
|
81
|
-
specification_version:
|
|
82
|
+
specification_version: 3
|
|
82
83
|
summary: Cuts is an expiremental implementation of cut-based
|
|
83
84
|
test_files:
|
|
84
85
|
- test/test_cut.rb
|
data/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
cuts 0.1.0 beta (2008-11-24)
|