cuts 0.0.4 → 0.1.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.
Files changed (11) hide show
  1. data/COPYING +162 -669
  2. data/MANIFEST +12 -13
  3. data/README +13 -15
  4. data/RELEASE +24 -0
  5. data/VERSION +1 -1
  6. data/lib/cuts/aop.rb +32 -31
  7. data/lib/cuts/cut.rb +31 -100
  8. data/test/test_cut.rb +15 -137
  9. metadata +19 -35
  10. data/NOTES +0 -1
  11. data/meta/requires +0 -1
metadata CHANGED
@@ -1,31 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - |
8
- tigerops-community@rubyforge.org
9
-
7
+ - tigerops-community@rubyforge.org
10
8
  autorequire:
11
9
  bindir: bin
12
10
  cert_chain: []
13
11
 
14
- date: 2008-09-18 00:00:00 -04:00
12
+ date: 2008-11-26 00:00:00 -05:00
15
13
  default_executable:
16
- dependencies:
17
- - !ruby/object:Gem::Dependency
18
- name: |
19
- facets >=2.4.4
14
+ dependencies: []
20
15
 
21
- type: :runtime
22
- version_requirement:
23
- version_requirements: !ruby/object:Gem::Requirement
24
- requirements:
25
- - - ">="
26
- - !ruby/object:Gem::Version
27
- version: "0"
28
- version:
29
16
  description: Cuts is an expiremental implementation of cut-based AOP for Ruby written in pure Ruby.
30
17
  email:
31
18
  executables: []
@@ -36,38 +23,35 @@ extra_rdoc_files:
36
23
  - README
37
24
  - Rakefile
38
25
  - MANIFEST
39
- - NOTES
26
+ - RELEASE
40
27
  - HISTORY
41
28
  - VERSION
42
29
  - COPYING
43
30
  files:
44
- - Rakefile
45
- - MANIFEST
31
+ - lib
32
+ - meta
46
33
  - test
47
- - test/test_cut.rb
48
- - test/test_aop.rb
49
- - NOTES
34
+ - Rakefile
35
+ - RELEASE
50
36
  - README
51
37
  - HISTORY
52
- - meta
38
+ - VERSION
39
+ - COPYING
40
+ - lib/cuts.rb
41
+ - lib/cuts
42
+ - lib/cuts/aop.rb
43
+ - lib/cuts/cut.rb
53
44
  - meta/created
54
45
  - meta/homepage
55
46
  - meta/summary
56
47
  - meta/abstract
57
48
  - meta/license
58
- - meta/requires
59
49
  - meta/contact
60
- - lib
61
- - lib/cuts.rb
62
- - lib/cuts
63
- - lib/cuts/aop.rb
64
- - lib/cuts/cut.rb
65
- - VERSION
66
- - COPYING
50
+ - test/test_cut.rb
51
+ - test/test_aop.rb
52
+ - MANIFEST
67
53
  has_rdoc: true
68
- homepage: |
69
- http://cuts.rubyforge.org
70
-
54
+ homepage: http://cuts.rubyforge.org
71
55
  post_install_message:
72
56
  rdoc_options:
73
57
  - --inline-source
data/NOTES DELETED
@@ -1 +0,0 @@
1
- This release removes all dependencies on Facets.
@@ -1 +0,0 @@
1
- facets >=2.4.4