gem_skeleton_2 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d85dbf95183d30b8f0e55534fb2af5b3cd9a49d
4
- data.tar.gz: eaf3f83c174da63311bfcbd74ac88bdf0ab68210
3
+ metadata.gz: 64fa18eae57c78d88fe60cde3e627fc0a2c80ed5
4
+ data.tar.gz: f90c287839ccd792d905305f4f79d1440c78203c
5
5
  SHA512:
6
- metadata.gz: 5a5d240542b3fb051362bf8ec20d4712b42d26483b42995164b2357bba5aed77a04646588d1e4ad244bfa3934a109891846ac13cdd7f36deb05bcca9903b31b8
7
- data.tar.gz: c27362e3566dccc3d51ec306f6a4cf9b165c6b848d701118e861615791a40855d83e899153711dbb6f73040225b48b8d6d4fef94f634cc1d998c856c2b159833
6
+ metadata.gz: 5fb6021be48e215e9db186109743a14cfc3fd4e879d44f01c256d0c20a25ad6d8e57b4c0c706c5f36441152fe37959080aa8bf0d9350f34cd9a9e2ccd5a602ff
7
+ data.tar.gz: a7fcbb3308351d941a8c9dc8dc6035fdb2a799443653792dcbf94cf30003e2164b919274797878b00a47eec0f7231dc49e028a3c70aae1d0e1eb16e64e6facdc
@@ -0,0 +1,11 @@
1
+ body {
2
+ background-color: blue !important;
3
+ padding-top: 100px !important;
4
+ background-color: orange;
5
+ background-color: green;
6
+ background-color: pink;
7
+ background-color: red;
8
+ background-color: red;
9
+ background-color: orange;
10
+ background-color: purple;
11
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_skeleton_2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franca Rast
@@ -45,18 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - MIT-LICENSE
49
- - Rakefile
50
- - app/assets/javascripts/gem_skeleton/application.js
51
- - app/assets/stylesheets/gem_skeleton/application.css
52
- - app/controllers/gem_skeleton/application_controller.rb
53
- - app/helpers/gem_skeleton/application_helper.rb
54
- - app/views/layouts/gem_skeleton/application.html.erb
55
- - config/routes.rb
56
- - lib/gem_skeleton.rb
57
- - lib/gem_skeleton/engine.rb
58
- - lib/gem_skeleton/version.rb
59
- - lib/tasks/gem_skeleton_tasks.rake
48
+ - assets/stylesheets/local-ui.scss
60
49
  - test/dummy/README.rdoc
61
50
  - test/dummy/Rakefile
62
51
  - test/dummy/app/assets/javascripts/application.js
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2016 Franca Rast
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Rakefile DELETED
@@ -1,37 +0,0 @@
1
- begin
2
- require 'bundler/setup'
3
- rescue LoadError
4
- puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
- end
6
-
7
- require 'rdoc/task'
8
-
9
- RDoc::Task.new(:rdoc) do |rdoc|
10
- rdoc.rdoc_dir = 'rdoc'
11
- rdoc.title = 'GemSkeleton'
12
- rdoc.options << '--line-numbers'
13
- rdoc.rdoc_files.include('README.rdoc')
14
- rdoc.rdoc_files.include('lib/**/*.rb')
15
- end
16
-
17
- APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
18
- load 'rails/tasks/engine.rake'
19
-
20
-
21
- load 'rails/tasks/statistics.rake'
22
-
23
-
24
-
25
- Bundler::GemHelper.install_tasks
26
-
27
- require 'rake/testtask'
28
-
29
- Rake::TestTask.new(:test) do |t|
30
- t.libs << 'lib'
31
- t.libs << 'test'
32
- t.pattern = 'test/**/*_test.rb'
33
- t.verbose = false
34
- end
35
-
36
-
37
- task default: :test
@@ -1,13 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file.
9
- //
10
- // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require_tree .
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any styles
10
- * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
- * file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
@@ -1,5 +0,0 @@
1
- module GemSkeleton
2
- class ApplicationController < ActionController::Base
3
- protect_from_forgery with: :exception
4
- end
5
- end
@@ -1,4 +0,0 @@
1
- module GemSkeleton
2
- module ApplicationHelper
3
- end
4
- end
@@ -1,14 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>GemSkeleton</title>
5
- <%= stylesheet_link_tag "gem_skeleton/application", media: "all" %>
6
- <%= javascript_include_tag "gem_skeleton/application" %>
7
- <%= csrf_meta_tags %>
8
- </head>
9
- <body>
10
-
11
- <%= yield %>
12
-
13
- </body>
14
- </html>
data/config/routes.rb DELETED
@@ -1,2 +0,0 @@
1
- GemSkeleton::Engine.routes.draw do
2
- end
@@ -1,5 +0,0 @@
1
- module GemSkeleton
2
- class Engine < ::Rails::Engine
3
- isolate_namespace GemSkeleton
4
- end
5
- end
@@ -1,3 +0,0 @@
1
- module GemSkeleton
2
- VERSION = "0.0.1"
3
- end
data/lib/gem_skeleton.rb DELETED
@@ -1,4 +0,0 @@
1
- require "gem_skeleton/engine"
2
-
3
- module GemSkeleton
4
- end
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :gem_skeleton do
3
- # # Task goes here
4
- # end