appbombado_startae 0.0.8 → 0.0.9

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: 639c9034a4d6cc3ff50aa726c722238fd0c49d3c
4
- data.tar.gz: db16af173f1b8eeb87708666fb22776bd4869f77
3
+ metadata.gz: c65b33e82c7945c63544df233849890bb8296924
4
+ data.tar.gz: d0970a0ea25a630350fc775eb525bc4bb90526c7
5
5
  SHA512:
6
- metadata.gz: 5350ac2dcb304c0ebacf58181c23a13b527e67b83758253c3334ad420932213924f9a70cf271ebdbea392ca06d730d94d942961fdf4dd851034d55562187b6d2
7
- data.tar.gz: 34ec8704a8852bf85c917485936e209b656b432e017b40f6d9bf2dbde180fd5ec27cd96ebb2b4debcfc10f6c6f486012c358dc92a4936cc157918a01f8237ef2
6
+ metadata.gz: e9955575308abd5dc6e384714fa1ec01585ab26a86860aa34bb859ca5ad16ff1ea0fc2aa8afb45658003da41bfda2f948f7efe2ec017ff4bae5e63d6f2bde2e5
7
+ data.tar.gz: be532de66c59edcb442ad0befed84844d647f1186297047d464f3e26f6bef0a214754e243a17de3d17f13dd5ab47502d6b6efda346cc00869913fc66d9a24e6b
data/README.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # AppbombadoStartae
2
2
 
3
- TODO: Write a gem description
3
+ Versão inicial de APP para alunos Startaê
4
+
5
+ .....Requer o Bower instalado.......
4
6
 
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
8
10
 
9
- gem "appbombado_startae", "~> 0.0.8"
11
+ gem "appbombado_startae", "~> 0.0.9"
10
12
 
11
13
  And then execute:
12
14
 
@@ -18,14 +20,15 @@ Or install it yourself as:
18
20
 
19
21
  ## Usage
20
22
 
21
- rails new <nomedoapp>
23
+ rails new 'nome_do_app'
24
+
25
+
26
+ Gemfile -> gem "appbombado_startae", "~> 0.0.9"
22
27
 
23
- insira na Gemfile:
24
- gem "appbombado_startae", "~> 0.0.8"
25
28
 
26
29
  bundle install
27
30
 
28
- rails g appbombado <nomedoapp>
31
+ rails g appbombado 'nome_do_app'
29
32
 
30
33
  ## Contributing
31
34
 
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -40,6 +40,8 @@ def generate_appbombado
40
40
  remove_file "config/initializers/simple_form_bootstrap.rb"
41
41
  copy_file "simple_form_bootstrap.rb", "config/initializers/simple_form_bootstrap.rb"
42
42
 
43
+ copy_file "better_errors.rb", "config/initializers/better_errors.rb"
44
+
43
45
  remove_file "app/views/layouts/application.html.erb"
44
46
  template "application.html.slim", "app/views/layouts/application.html.slim"
45
47
 
@@ -1,4 +1,3 @@
1
-
2
1
  *
3
2
  -webkit-box-sizing: border-box
4
3
  -moz-box-sizing: border-box
@@ -0,0 +1 @@
1
+ BetterErrors.editor = :sublime if defined? BetterErrors
@@ -1,3 +1,8 @@
1
+ html
2
+ font-size: 16px
3
+
4
+ body
5
+ font-size: 62.5%
1
6
 
2
7
  textarea.form-control
3
8
  height: 250px
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbombado_startae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-22 00:00:00.000000000 Z
11
+ date: 2013-10-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Bombando seu app startae.
14
14
  email:
@@ -32,6 +32,7 @@ files:
32
32
  - lib/generators/appbombado/templates/application.coffee
33
33
  - lib/generators/appbombado/templates/application.html.slim
34
34
  - lib/generators/appbombado/templates/application.sass
35
+ - lib/generators/appbombado/templates/better_errors.rb
35
36
  - lib/generators/appbombado/templates/database.yml
36
37
  - lib/generators/appbombado/templates/layout.sass
37
38
  - lib/generators/appbombado/templates/simple_form_bootstrap.rb