kube_for_rails 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9aa7cc585b4772ea509985746005b040e150927a
4
- data.tar.gz: f4205bc462c2c44e3dc4cac09a07bd42ae6f0808
3
+ metadata.gz: c6fbfa3c7359b5e84270fa2d46da3ae196bdacb9
4
+ data.tar.gz: cb89aa59e9e67185392a85a937165edc3f3c1eb5
5
5
  SHA512:
6
- metadata.gz: a86eaccc8d7b46af63f308f4d347e839a44458cbbccdbef7fa38defa38efa05b07b79b53d13e0872fbb01d19df7b33584973bc84c55b18e29de6f101df84d704
7
- data.tar.gz: 9b085c0708832e8a255d0c3f17647eae231c6984058b9f13fdb9b8289be7d47621b5ce4ebee96e343d1bddd980fd556ba537e43ce997f3e5c64ac2e2220f92ff
6
+ metadata.gz: 3c17724e5ee352164c8b07f16381c718855f29983c829572839f72e82ebf6282865e8f9a8919ce9dc4a6b78884d5e7c653dfade6ebaf695e8c6a817e93181360
7
+ data.tar.gz: c2299da9db82f148b5f21ac1dfdbb5e61a92b958e4df2712a028dcb7ca1c332a65425b9925a824b60013018877f1b869ff13e40cd82a615872e612fd0f433c62
@@ -13,15 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{Gem wrap of https://imperavi.com/kube/}
14
14
  spec.homepage = "https://github.com/welsonla/kube-for-rails"
15
15
  spec.license = "MIT"
16
-
17
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
- # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- # if spec.respond_to?(:metadata)
20
- # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
21
- # else
22
- # raise "RubyGems 2.0 or newer is required to protect against " \
23
- # "public gem pushes."
24
- # end
16
+
25
17
 
26
18
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
19
  f.match(%r{^(test|spec|features)/})
@@ -0,0 +1,6 @@
1
+ module KubeForRails
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -1,3 +1,3 @@
1
1
  module KubeForRails
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -1,5 +1,4 @@
1
- require "kube_for_rails/version"
1
+ require "kube_for_rails/engine"
2
2
 
3
3
  module KubeForRails
4
- # Your code goes here...
5
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kube_for_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - welsonla
@@ -53,9 +53,9 @@ files:
53
53
  - Rakefile
54
54
  - bin/console
55
55
  - bin/setup
56
- - kube_for_rails-0.1.0.gem
57
56
  - kube_for_rails.gemspec
58
57
  - lib/kube_for_rails.rb
58
+ - lib/kube_for_rails/engine.rb
59
59
  - lib/kube_for_rails/version.rb
60
60
  - vendor/assets/css/kube.min.css
61
61
  - vendor/assets/js/kube.min.js
Binary file