crack 0.1.5 → 0.1.6

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 (5) hide show
  1. data/History +3 -0
  2. data/VERSION.yml +1 -1
  3. data/crack.gemspec +2 -2
  4. data/lib/crack.rb +1 -0
  5. metadata +2 -2
data/History CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.1.6 2010-01-31
2
+ * 1 minor patch
3
+ * Added Crack::VERSION constant - http://weblog.rubyonrails.org/2009/9/1/gem-packaging-best-practices
1
4
  == 0.1.5 2010-01-27
2
5
  * 1 minor patch
3
6
  * Strings that begin with dates shouldn't be parsed as such (sandro)
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 5
3
+ :patch: 6
4
4
  :build:
5
5
  :major: 0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{crack}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["John Nunemaker", "Wynn Netherland"]
12
- s.date = %q{2010-01-27}
12
+ s.date = %q{2010-01-31}
13
13
  s.email = %q{nunemaker@gmail.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
@@ -1,4 +1,5 @@
1
1
  module Crack
2
+ VERSION = "0.1.6".freeze
2
3
  class ParseError < StandardError; end
3
4
  end
4
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Nunemaker
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-01-27 00:00:00 -06:00
13
+ date: 2010-01-31 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies: []
16
16