sombrero 0.0.6 → 0.0.7

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: 7fc4685dee4d5c83aeb00f0518aa748a005b0bbf
4
- data.tar.gz: c074e8466f797ab319756b21f9a221bc7f2279b9
3
+ metadata.gz: ad94e5faf6c228675ee3238d7d799858f5763144
4
+ data.tar.gz: 41c984735515aa614753fe6528d4518238c6b7ad
5
5
  SHA512:
6
- metadata.gz: a7e13323f81c8e94f747978ad5442b03cd5adba61d3ed4e8212079879b36e96c2f7df47913a858a4d65d458377dcd6497faaf6f4952862ff6b4741aa2e9b7bbc
7
- data.tar.gz: d063de2cc3672c80d9dba8477798ed8b404f41d76b9bb3422bb488ef7f95d87e3a368a33521e064b50b90d40a4297e612a4e3cd4774c2576231cfb29e3184633
6
+ metadata.gz: 7389a0bc78ade222e175f141626944acfda62e89c5864862447392a7e1455a6867920faaa4fa5408aeef02d7acb89cde027f34b8770b49e64ee060671b16493c
7
+ data.tar.gz: 869c7efb37d89a409db41ce93820bcb676c7f44ae3ff378244b8de8d6cab4fa4c2c1e3e8a99735a384548321874f22c0e1c75fe2bce70ab76f08ee2b51fbe5c4
data/app/Gemfile CHANGED
@@ -1,6 +1,5 @@
1
1
  source 'https://rubygems.org'
2
-
3
- # do NOT remove this
2
+ # keep this line
4
3
  eval File.read(File.expand_path('../core/Gemfile', __FILE__))
5
4
 
6
- # add gems here
5
+ # add your gems here
data/app/core/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ gem 'sombrero'
2
+ gem 'rocketio'
3
+ gem 'tubesock'
@@ -44,7 +44,6 @@ module.exports = {
44
44
  }
45
45
  },
46
46
  plugins: [
47
- new webpack.optimize.DedupePlugin(),
48
47
  new webpack.optimize.CommonsChunkPlugin('core', 'core.js'),
49
48
  ]
50
49
  }
data/sombrero.gemspec CHANGED
@@ -3,7 +3,7 @@
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name, spec.version = %w[
5
5
  sombrero
6
- 0.0.6
6
+ 0.0.7
7
7
  ]
8
8
  spec.authors = ['Slee Woo']
9
9
  spec.email = ['mail@sleewoo.com']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sombrero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Slee Woo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-14 00:00:00.000000000 Z
11
+ date: 2016-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rocketio
@@ -64,6 +64,7 @@ files:
64
64
  - app/config/env/production.yml
65
65
  - app/config/env/stage.yml
66
66
  - app/config/env/test.yml
67
+ - app/core/Gemfile
67
68
  - app/core/boot.rb
68
69
  - app/core/generate_controllers_map.rb
69
70
  - app/core/generate_webpack_setup.rb
@@ -122,5 +123,5 @@ rubyforge_project:
122
123
  rubygems_version: 2.5.1
123
124
  signing_key:
124
125
  specification_version: 4
125
- summary: '["sombrero-0.0.6", "Opinionated stack for building opinionated web applications"]'
126
+ summary: '["sombrero-0.0.7", "Opinionated stack for building opinionated web applications"]'
126
127
  test_files: []