Skip to content

Commit 2765ced

Browse files
author
Chris Beer
committed
re-adding meta files
1 parent 45f8849 commit 2765ced

File tree

3 files changed

+44
-5
lines changed

3 files changed

+44
-5
lines changed

LICENSE.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2010 Chris Beer
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.rdoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
= noid
2+
3+
Ruby implementation of NOID (Nice Opaque Identifier)
4+
5+
== Contributing to noid
6+
7+
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8+
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9+
* Fork the project
10+
* Start a feature/bugfix branch
11+
* Commit and push until you are happy with your contribution
12+
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13+
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14+
15+
== Copyright
16+
17+
Copyright (c) 2010 Chris Beer. See LICENSE.txt for
18+
further details.
19+

noid.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ require "noid/version"
55
Gem::Specification.new do |s|
66
s.name = "noid"
77
s.version = Noid::VERSION
8-
s.authors = ["TODO: Write your name"]
9-
s.email = ["[email protected]"]
10-
s.homepage = ""
11-
s.summary = %q{TODO: Write a gem summary}
12-
s.description = %q{TODO: Write a gem description}
8+
s.authors = ["Chris Beer"]
9+
s.email = ["[email protected]"]
10+
s.homepage = "http://github.com/microservices/noid"
11+
s.summary = %q{Nice Opaque Identifier}
12+
s.description = %q{}
1313

1414
s.rubyforge_project = "noid"
1515

0 commit comments

Comments
 (0)