better_plist 0.0.2 → 0.0.3

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/Rakefile +7 -7
  2. data/better_plist.gemspec +4 -4
  3. metadata +4 -6
data/Rakefile CHANGED
@@ -2,13 +2,13 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('better_plist', '0.0.2') do |p|
6
- p.description = "Extend ActiveRecord::Base to incude a to_plist method to parallel the to_json that already exists."
7
- p.url = "http://bitbucket.org/seanhealy/better_plist"
8
- p.author = "Sean Healy"
9
- p.email = "sean@pointscape.org"
10
- p.ignore_pattern = ["tmp/*", "script/*"]
11
- p.dependencies = [{"plist", ">= 3.1.0"}]
5
+ Echoe.new('better_plist', '0.0.3') do |p|
6
+ p.description = "Extend ActiveRecord::Base to incude a to_plist method to parallel the to_json that already exists."
7
+ p.url = "http://bitbucket.org/seanhealy/better_plist"
8
+ p.author = "Sean Healy"
9
+ p.email = "sean@pointscape.org"
10
+ p.ignore_pattern = ["tmp/*", "script/*"]
11
+ p.dependencies = ["plist"]
12
12
  p.development_dependencies = []
13
13
  end
14
14
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{better_plist}
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sean Healy"]
@@ -23,11 +23,11 @@ Gem::Specification.new do |s|
23
23
  s.specification_version = 3
24
24
 
25
25
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
26
- s.add_runtime_dependency(%q<plist>= 3.1.0>, [">= 0"])
26
+ s.add_runtime_dependency(%q<plist>, [">= 0"])
27
27
  else
28
- s.add_dependency(%q<plist>= 3.1.0>, [">= 0"])
28
+ s.add_dependency(%q<plist>, [">= 0"])
29
29
  end
30
30
  else
31
- s.add_dependency(%q<plist>= 3.1.0>, [">= 0"])
31
+ s.add_dependency(%q<plist>, [">= 0"])
32
32
  end
33
33
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: better_plist
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sean Healy
@@ -19,9 +19,7 @@ date: 2010-06-28 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- name:
23
- - plist
24
- - ">= 3.1.0"
22
+ name: plist
25
23
  prerelease: false
26
24
  requirement: &id001 !ruby/object:Gem::Requirement
27
25
  none: false