dup_eval 0.1.2 → 0.1.4

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 (3) hide show
  1. data/dup_eval.gemspec +3 -3
  2. data/lib/dup_eval.rb +4 -0
  3. metadata +4 -4
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "dup_eval"
3
- s.version = "0.1.2"
3
+ s.version = "0.1.4"
4
4
  s.summary = "souped up version of instance_eval in the vein of mix_eval"
5
5
  s.email = "jrmair@gmail.com"
6
6
  s.homepage = "http://banisterfiend.wordpress.com"
7
- s.description = "see http://github.com/why/mixico"
7
+ s.description = "see http://github.com/banister/dup_eval/tree/master"
8
8
  s.has_rdoc = false
9
9
  s.authors = ["banister", "coderrr"]
10
10
  s.files = [
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
14
14
  ]
15
15
  s.test_files = ["test/dup_eval_test.rb"]
16
16
  s.add_dependency("RubyInline", [">= 3.6.7"])
17
- s.add_dependency("object2module", [">= 0.1.2"])
17
+ s.add_dependency("object2module", [">= 0.1.4"])
18
18
  end
@@ -1,3 +1,7 @@
1
+ # dup_eval.rb
2
+ # (C) John Mair 2008
3
+ # This program is distributed under the terms of the MIT License
4
+
1
5
  require 'rubygems'
2
6
  require 'inline'
3
7
  require 'object2module'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dup_eval
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - banister
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-12-18 00:00:00 +13:00
13
+ date: 2008-12-20 00:00:00 +13:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -31,9 +31,9 @@ dependencies:
31
31
  requirements:
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: 0.1.2
34
+ version: 0.1.4
35
35
  version:
36
- description: see http://github.com/why/mixico
36
+ description: see http://github.com/banister/dup_eval/tree/master
37
37
  email: jrmair@gmail.com
38
38
  executables: []
39
39