README.txt in dm-predefined-0.1.1 vs README.txt in dm-predefined-0.2.0
- old
+ new
@@ -22,27 +22,34 @@
property :name, String
# URL to the licence
property :url, String
- define :gpl2, :name => 'GPL-2', :url => 'http://www.gnu.org/copyleft/gpl.html'
- define :mit, :name => 'MIT'
+ predefine :gpl2,
+ :name => 'GPL-2',
+ :url => 'http://www.gnu.org/copyleft/gpl.html'
+
+ predefine :mit, :name => 'MIT'
end
Licence.gpl2
# => #<Licence: id: 1, name: "GPL-2", url: "http://www.gnu.org/copyleft/gpl.html">
Licence[:mit]
# => #<Licence: id: 2, name: "MIT">
+== REQUIREMENTS:
+
+* {YARD}[http://yard.soen.ca/] >= 0.2.3.5
+
== INSTALL:
$ sudo gem install dm-predefined
== LICENSE:
-Copyright (c) 2008 Hal Brodigan
+Copyright (c) 2008-2009 Hal Brodigan
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,