cuts 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -17,8 +17,6 @@ Please see RELEASE file.
17
17
 
18
18
  == HOW TO INSTALL
19
19
 
20
- Describe your installation procedure here.
21
-
22
20
  To install with RubyGems simply open a console and type:
23
21
 
24
22
  gem install cuts
data/RELEASE CHANGED
@@ -1,5 +1,5 @@
1
- This release completel overhauls how cuts are
2
- implemented.
1
+ This release completely overhauls how the the original
2
+ version of cuts was implemented.
3
3
 
4
4
  Before, cuts where overriding the constant of the
5
5
  original class and redirecting class changes
@@ -1 +1 @@
1
- http://cuts.rubyforge.org
1
+ http://death.rubyforge.org
@@ -0,0 +1 @@
1
+ cuts
@@ -0,0 +1 @@
1
+ death
@@ -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: 0.1.0
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: 2008-11-26 00:00:00 -05:00
12
+ date: 2009-07-04 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: Cuts is an expiremental implementation of cut-based AOP for Ruby written in pure Ruby.
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://cuts.rubyforge.org
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: cuts
79
- rubygems_version: 1.2.0
79
+ rubyforge_project: death
80
+ rubygems_version: 1.3.4
80
81
  signing_key:
81
- specification_version: 2
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)