crack 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of crack might be problematic. Click here for more details.

Files changed (5) hide show
  1. data/Rakefile +2 -0
  2. data/crack.gemspec +3 -4
  3. data/lib/crack.rb +1 -1
  4. metadata +12 -6
  5. data/VERSION.yml +0 -5
data/Rakefile CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'rake'
3
+ require File.expand_path('../lib/crack', __FILE__)
3
4
 
4
5
  begin
5
6
  require 'jeweler'
@@ -10,6 +11,7 @@ begin
10
11
  gem.homepage = "http://github.com/jnunemaker/crack"
11
12
  gem.authors = ["John Nunemaker", "Wynn Netherland"]
12
13
  gem.rubyforge_project = 'crack'
14
+ gem.version = Crack::VERSION
13
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
14
16
  end
15
17
  Jeweler::GemcutterTasks.new
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{crack}
8
- s.version = "0.1.7"
8
+ s.version = "0.1.8"
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-02-20}
12
+ s.date = %q{2010-07-07}
13
13
  s.email = %q{nunemaker@gmail.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
21
21
  "LICENSE",
22
22
  "README.rdoc",
23
23
  "Rakefile",
24
- "VERSION.yml",
25
24
  "crack.gemspec",
26
25
  "lib/crack.rb",
27
26
  "lib/crack/core_extensions.rb",
@@ -40,7 +39,7 @@ Gem::Specification.new do |s|
40
39
  s.rdoc_options = ["--charset=UTF-8"]
41
40
  s.require_paths = ["lib"]
42
41
  s.rubyforge_project = %q{crack}
43
- s.rubygems_version = %q{1.3.5}
42
+ s.rubygems_version = %q{1.3.6}
44
43
  s.summary = %q{Really simple JSON and XML parsing, ripped from Merb and Rails.}
45
44
  s.test_files = [
46
45
  "test/crack_test.rb",
@@ -1,5 +1,5 @@
1
1
  module Crack
2
- VERSION = "0.1.6".freeze
2
+ VERSION = "0.1.8".freeze
3
3
  class ParseError < StandardError; end
4
4
  end
5
5
 
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 8
9
+ version: 0.1.8
5
10
  platform: ruby
6
11
  authors:
7
12
  - John Nunemaker
@@ -10,7 +15,7 @@ autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
17
 
13
- date: 2010-02-20 00:00:00 -06:00
18
+ date: 2010-07-07 00:00:00 -04:00
14
19
  default_executable:
15
20
  dependencies: []
16
21
 
@@ -29,7 +34,6 @@ files:
29
34
  - LICENSE
30
35
  - README.rdoc
31
36
  - Rakefile
32
- - VERSION.yml
33
37
  - crack.gemspec
34
38
  - lib/crack.rb
35
39
  - lib/crack/core_extensions.rb
@@ -56,18 +60,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
60
  requirements:
57
61
  - - ">="
58
62
  - !ruby/object:Gem::Version
63
+ segments:
64
+ - 0
59
65
  version: "0"
60
- version:
61
66
  required_rubygems_version: !ruby/object:Gem::Requirement
62
67
  requirements:
63
68
  - - ">="
64
69
  - !ruby/object:Gem::Version
70
+ segments:
71
+ - 0
65
72
  version: "0"
66
- version:
67
73
  requirements: []
68
74
 
69
75
  rubyforge_project: crack
70
- rubygems_version: 1.3.5
76
+ rubygems_version: 1.3.6
71
77
  signing_key:
72
78
  specification_version: 3
73
79
  summary: Really simple JSON and XML parsing, ripped from Merb and Rails.
@@ -1,5 +0,0 @@
1
- ---
2
- :minor: 1
3
- :patch: 7
4
- :build:
5
- :major: 0