GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.
Clone URL: git://github.com/mbleigh/mash.git
Setting up GitHub gem repo hosting.
mbleigh (author)
Fri Apr 25 06:23:53 -0700 2008
commit  69782db6a2d4e1a49aa21b14a82e26ed5602048d
tree    86fce6641b876dad6419eb5bd12befb4e2353799
parent  66eaeec9903dc226caa65617db7a0f0d18e46c19
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+=== 0.0.4 / 2008-04-25
0
+
0
+* Setting up for GitHub gem hosting instead of Rubyforge.
0
+
0
 === 0.0.3 / 2008-04-19
0
 
0
 * [] no longer defaults to a new Mash, will return nil if
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
19
...
 
 
1
 
2
3
4
 
 
 
 
 
 
5
6
7
 
 
8
9
0
@@ -1,18 +1,8 @@
0
-# -*- ruby -*-
0
-
0
 require 'rubygems'
0
-require 'hoe'
0
 require './lib/mash.rb'
0
 require 'spec/rake/spectask'
0
 
0
-Hoe.new('mash', Mash::VERSION) do |p|
0
- p.rubyforge_name = 'mash-hash' # if different than lowercase project name
0
- p.developer('Michael Bleigh', 'michael@intridea.com')
0
- p.remote_rdoc_dir = ''
0
-end
0
-
0
 desc "Run specs."
0
 Spec::Rake::SpecTask.new("spec") do |t|
0
   t.spec_files = "spec/*_spec.rb"
0
-end
0
-# vim: syntax=Ruby
0
+end
0
\ No newline at end of file

Comments

    No one has commented yet.