appbombado_startae 0.0.7 → 0.0.8

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: f43d268982e006b652f432d283038bd932cbeff6
4
- data.tar.gz: 3a853ce35fe263c1eab9a85e261c784b01070ffb
3
+ metadata.gz: 639c9034a4d6cc3ff50aa726c722238fd0c49d3c
4
+ data.tar.gz: db16af173f1b8eeb87708666fb22776bd4869f77
5
5
  SHA512:
6
- metadata.gz: b68fe38329c43d6668be7e725c23dfc88e297d8c5633d89d7127974f8b0823352026f4d336e018cdbc1a6624ad29e7fcc1f933da9250b06c678e7ec6a169b14b
7
- data.tar.gz: 004e2aa6353db4770fb9a02fe5fce50543286b5bed1899b1cbeec6bf70413bc52be32f35b11bcc87ca2930cde8a7d8081bc453988cf10bb3ae3999aceee8ce3a
6
+ metadata.gz: 5350ac2dcb304c0ebacf58181c23a13b527e67b83758253c3334ad420932213924f9a70cf271ebdbea392ca06d730d94d942961fdf4dd851034d55562187b6d2
7
+ data.tar.gz: 34ec8704a8852bf85c917485936e209b656b432e017b40f6d9bf2dbde180fd5ec27cd96ebb2b4debcfc10f6c6f486012c358dc92a4936cc157918a01f8237ef2
data/README.md CHANGED
@@ -6,7 +6,7 @@ TODO: Write a gem description
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem "appbombado_startae", "~> 0.0.7"
9
+ gem "appbombado_startae", "~> 0.0.8"
10
10
 
11
11
  And then execute:
12
12
 
@@ -21,7 +21,7 @@ Or install it yourself as:
21
21
  rails new <nomedoapp>
22
22
 
23
23
  insira na Gemfile:
24
- gem "appbombado_startae", "~> 0.0.7"
24
+ gem "appbombado_startae", "~> 0.0.8"
25
25
 
26
26
  bundle install
27
27
 
@@ -13,8 +13,6 @@ Gem::Specification.new do |s|
13
13
  s.summary = %q{App Bombando generator.}
14
14
  s.description = %q{Bombando seu app startae.}
15
15
 
16
- s.add_development_dependency "rspec"
17
-
18
16
  s.rubyforge_project = "appbombado_startae"
19
17
 
20
18
  s.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -57,6 +57,7 @@ group :development do
57
57
  gem 'start'
58
58
  gem 'guard'
59
59
  gem 'guard-livereload'
60
+ gem "appbombado_startae"
60
61
  end
61
62
 
62
63
  group :test, :development do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbombado_startae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas
@@ -9,21 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-10-22 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rspec
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - '>='
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :development
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - '>='
25
- - !ruby/object:Gem::Version
26
- version: '0'
12
+ dependencies: []
27
13
  description: Bombando seu app startae.
28
14
  email:
29
15
  - brunoprimo@gmail.com
@@ -49,11 +35,6 @@ files:
49
35
  - lib/generators/appbombado/templates/database.yml
50
36
  - lib/generators/appbombado/templates/layout.sass
51
37
  - lib/generators/appbombado/templates/simple_form_bootstrap.rb
52
- - lib/generators/appbombado_article/USAGE
53
- - lib/generators/appbombado_article/appbombado_generator.rb
54
- - lib/generators/appbombado_article/templates/application-admin.html.slim
55
- - lib/generators/appbombado_article/templates/application-admin.sass
56
- - lib/generators/appbombado_article/templates/layout-admin.sass
57
38
  homepage: ''
58
39
  licenses: []
59
40
  metadata: {}
@@ -1,8 +0,0 @@
1
- Description:
2
- Explain the generator app bombado
3
-
4
- Example:
5
- rails generate appbombado Thing app bombado
6
-
7
- This will create:
8
- what/will/it/create
@@ -1,18 +0,0 @@
1
- class AppbombadoArticleGenerator < Rails::Generators::Base
2
- source_root File.expand_path('../templates', __FILE__)
3
-
4
- def generate_appbombado_article
5
-
6
-
7
- run "rails g scaffold article title body:text published_at:datetime"
8
- run "rake db:migrate"
9
-
10
-
11
-
12
- # run "rails g scaffold-controller admin/article title body:text published_at:datetime"
13
-
14
-
15
-
16
-
17
- end
18
- end
@@ -1,31 +0,0 @@
1
- doctype 5
2
- html
3
- head
4
-
5
- meta name="viewport" content="width=device-width, initial-scale=1.0"
6
- title asdasdadas
7
-
8
- = stylesheet_link_tag "application-admin", media: "all", "data-turbolinks-track" => true
9
- = csrf_meta_tags
10
-
11
- /[if lt IE 9]>
12
- = javascript_include_tag "bootstrap/assets/js/html5shiv.js", "data-turbolinks-track" => true
13
- = javascript_include_tag "bootstrap/assets/js/respond.min.js", "data-turbolinks-track" => true
14
-
15
-
16
- body
17
- .navbar.navbar-inverse.navbar-fixed-top
18
- .container
19
- .navbar-header
20
- .navbar-brand App
21
- .navbar-collapse
22
- ul.nav.navbar-nav
23
- - if @articles
24
- li.active
25
- =link_to "Artigos", articles_path
26
- - else
27
- li
28
- =link_to "Artigos", articles_path
29
- .container.animated.fadeInDown
30
- = yield
31
- = javascript_include_tag "application", "data-turbolinks-track" => true
@@ -1,28 +0,0 @@
1
-
2
- *
3
- -webkit-box-sizing: border-box
4
- -moz-box-sizing: border-box
5
- -o-box-sizing: border-box
6
- -ms-box-sizing: border-box
7
- box-sizing: border-box
8
-
9
- .transicao
10
- -webkit-transition: all 0.2s 0.1s ease
11
- -moz-transition: all 0.2s 0.1s ease
12
- -o-transition: all 0.2s 0.1s ease
13
- -ms-transition: all 0.2s 0.1s ease
14
- transition: all 0.2s 0.1s ease
15
-
16
- .cresce
17
- -webkit-transform: scale(1.1)
18
- -moz-transform: scale(1.1)
19
- -o-transform: scale(1.1)
20
- -ms-transform: scale(1.1)
21
- transform: scale(1.1)
22
-
23
-
24
- @import bourbon/app/assets/stylesheets/bourbon
25
- @import bootstrap/dist/css/bootstrap
26
- @import animate.css/animate
27
- @import layout-admin
28
-
@@ -1,14 +0,0 @@
1
- body
2
- margin-top: 60px
3
-
4
- textarea.form-control
5
- height: 250px
6
-
7
- select.form-control
8
- width: 120px
9
- display: inline-block
10
-
11
- .btn
12
- @extend .transicao
13
- &:hover
14
- @extend .cresce