gtin 0.1.1 → 0.1.2
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.
- data/README.rdoc +1 -1
- data/lib/gtin.rb +4 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -41,7 +41,7 @@ Inspired by the EAN gem by Pascal Belloncle (nano RAILS)
|
|
|
41
41
|
|
|
42
42
|
(The MIT License)
|
|
43
43
|
|
|
44
|
-
Copyright (c) 2010 Hans C. Masing &
|
|
44
|
+
Copyright (c) 2010 Hans C. Masing & Sensible Geek, LLC
|
|
45
45
|
|
|
46
46
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
47
47
|
a copy of this software and associated documentation files (the
|
data/lib/gtin.rb
CHANGED