unicorn-rails 2.0.0 → 2.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f3d9bfccaf76671ebab836a7856d87426f58887
4
- data.tar.gz: 73c3af6bbc6b9acd6d4c2ff15c602143b6806da0
3
+ metadata.gz: 48d5ec8ba8b669c5f2fd182ac1e9dc84fd6333b3
4
+ data.tar.gz: 31f7a3b0544e71c2c6172c0bf49f20fa3538f989
5
5
  SHA512:
6
- metadata.gz: bb518ae26fe4b55096e071aa7f0aba781735a99137ce7ed57c987a8d1e6db0e493e76e473c606e1dbdf45c599da3b89048f99d067a303e7e9d6eba6d499b4efc
7
- data.tar.gz: 7ffbd0033b7c1ae8e6c021b77b056455a9d8fd3a31f12d41316cde51757a028af2584171932570f2be1e824d66b9224cdc29638bf79dd695272ba3372f48a13e
6
+ metadata.gz: 393390e425b98f0c6ca13c7d816616849d16cd50be50a59df3141b4ce3ca50acb8968f917cf22e9c8233afe26db4753015940b9199973ab91723be5e405682e9
7
+ data.tar.gz: 117838f838b706a8c78c45cbe5f3cc7b5daee77afc89f9fce5b0df3057dc939e6e1f6399433ccf0b28829e1919e300d60822f4de4e95176dc0b6e680f590f431
@@ -1 +1 @@
1
- require "unicorn/rails"
1
+ require "unicorn_rails"
@@ -1,9 +1,7 @@
1
1
  require "unicorn"
2
2
 
3
- module Unicorn
4
- module Rails
5
- require "unicorn/rails/version"
6
- end
3
+ module UnicornRails
4
+ require "unicorn_rails/version"
7
5
  end
8
6
 
9
7
  module Rack
@@ -0,0 +1,3 @@
1
+ module UnicornRails
2
+ VERSION = "2.1.0"
3
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicorn-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Kadolph
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-17 00:00:00.000000000 Z
11
+ date: 2014-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -47,8 +47,8 @@ extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
49
  - lib/unicorn-rails.rb
50
- - lib/unicorn/rails.rb
51
- - lib/unicorn/rails/version.rb
50
+ - lib/unicorn_rails.rb
51
+ - lib/unicorn_rails/version.rb
52
52
  homepage: https://github.com/samuelkadolph/unicorn-rails
53
53
  licenses: []
54
54
  metadata: {}
@@ -1,5 +0,0 @@
1
- module Unicorn
2
- module Rails
3
- VERSION = "2.0.0"
4
- end
5
- end