chunky_png 1.0.0.rc2 → 1.0.0

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/chunky_png.gemspec +2 -2
  2. data/lib/chunky_png.rb +1 -1
  3. metadata +6 -9
@@ -3,8 +3,8 @@ Gem::Specification.new do |s|
3
3
 
4
4
  # Do not change the version and date fields by hand. This will be done
5
5
  # automatically by the gem release script.
6
- s.version = "1.0.0.rc2"
7
- s.date = "2011-03-02"
6
+ s.version = "1.0.0"
7
+ s.date = "2011-03-06"
8
8
 
9
9
  s.summary = "Pure ruby library for read/write, chunk-level access to PNG files"
10
10
  s.description = <<-EOT
@@ -25,7 +25,7 @@ module ChunkyPNG
25
25
 
26
26
  # The current version of ChunkyPNG. This value will be updated
27
27
  # automatically by them <tt>gem:release</tt> rake task.
28
- VERSION = "1.0.0.rc2"
28
+ VERSION = "1.0.0"
29
29
 
30
30
  ###################################################
31
31
  # PNG international standard defined constants
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chunky_png
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
8
  - 0
9
- - rc2
10
- version: 1.0.0.rc2
9
+ version: 1.0.0
11
10
  platform: ruby
12
11
  authors:
13
12
  - Willem van Bergen
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2011-03-02 00:00:00 -05:00
17
+ date: 2011-03-06 00:00:00 -05:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
@@ -382,13 +381,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
382
381
  required_rubygems_version: !ruby/object:Gem::Requirement
383
382
  none: false
384
383
  requirements:
385
- - - ">"
384
+ - - ">="
386
385
  - !ruby/object:Gem::Version
387
386
  segments:
388
- - 1
389
- - 3
390
- - 1
391
- version: 1.3.1
387
+ - 0
388
+ version: "0"
392
389
  requirements: []
393
390
 
394
391
  rubyforge_project: