ngzip 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +5 -1
  2. data/lib/ngzip/version.rb +1 -1
  3. data/ngzip.gemspec +1 -1
  4. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
1
  ### 1.0.0 (2013-07-14)
2
2
 
3
- * Initial public release
3
+ * Initial public release
4
+
5
+ ### 1.0.1 (2013-07-14)
6
+
7
+ * Added URL to the gemspec
data/lib/ngzip/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ngzip
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/ngzip.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.description = %q{Provides a nginx mod_zip compatible file manifest for streaming support.
12
12
  See http://wiki.nginx.org/NginxNgxZip for the nginx module.}
13
13
  spec.summary = %q{Provides a nginx mod_zip compatible file manifest for streaming support}
14
- spec.homepage = ""
14
+ spec.homepage = "https://github.com/cargoserver/ngzip"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ngzip
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -70,7 +70,7 @@ files:
70
70
  - test/lib/ngzip/builder_test.rb
71
71
  - test/lib/ngzip/version_test.rb
72
72
  - test/test_helper.rb
73
- homepage: ''
73
+ homepage: https://github.com/cargoserver/ngzip
74
74
  licenses:
75
75
  - MIT
76
76
  post_install_message:
@@ -85,7 +85,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: -3265339193018102278
88
+ hash: -1083019108818318405
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  none: false
91
91
  requirements:
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -3265339193018102278
97
+ hash: -1083019108818318405
98
98
  requirements: []
99
99
  rubyforge_project:
100
100
  rubygems_version: 1.8.25