nginx_utils 0.0.1 → 0.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module NginxUtils
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/nginx_utils.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["i2bskn@gmail.com"]
11
11
  spec.description = %q{The various utilities on nginx}
12
12
  spec.summary = %q{Nginx utilities}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/i2bskn/nginx_utils"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nginx_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -93,7 +93,7 @@ files:
93
93
  - nginx_utils.gemspec
94
94
  - spec/lib/nginx_utils_spec.rb
95
95
  - spec/spec_helper.rb
96
- homepage: ''
96
+ homepage: https://github.com/i2bskn/nginx_utils
97
97
  licenses:
98
98
  - MIT
99
99
  post_install_message:
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: -1747986619663830752
111
+ hash: -2674447921800970947
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements:
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: -1747986619663830752
120
+ hash: -2674447921800970947
121
121
  requirements: []
122
122
  rubyforge_project:
123
123
  rubygems_version: 1.8.23