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.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/gtin.rb +4 -1
  3. metadata +2 -2
@@ -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 & Dragonfly Depot, LLC
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
@@ -1,6 +1,9 @@
1
1
  $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
+ require "gtin/version"
5
+ require "gtin/gtin"
6
+
4
7
  module GTIN
5
- VERSION = '0.1.1'
8
+ VERSION = '0.1.2'
6
9
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Hans Masing