appbombado_startae 0.1.17 → 0.1.18
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b46e9818b30587b8702dc7446afc449b70046ba
|
|
4
|
+
data.tar.gz: 4f0816ee4fa6de06bb2868e1c28915de31173f0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a1580e51f85c85e9221ac3be6b70237c2ce33f95d6e6b646ee66dc157f98e66947e966ab2f659173c19c75100f7e13187d4e128f3f2f388ee0ae6ddcb6f7379
|
|
7
|
+
data.tar.gz: 436a9e690b2f80476304370c4553f5338899e0277ffd36c0b3a1cb5fe8fdd0de141662b67d820557f9c4835893305a2a747fed8a7588549d2cfd858ef4d319cb
|
data/README.md
CHANGED
|
@@ -1,56 +1,43 @@
|
|
|
1
1
|
|
|
2
|
-
# AppbombadoStartae
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
## Como USAR
|
|
4
|
+
|
|
5
|
+
Instale o Bower
|
|
6
|
+
|
|
7
|
+
www.bower.io
|
|
5
8
|
|
|
6
|
-
.....Requer o Bower instalado.......
|
|
7
|
-
|
|
8
|
-
## Installation
|
|
9
|
-
|
|
10
|
-
Add this line to your application's Gemfile:
|
|
11
|
-
|
|
12
|
-
gem "appbombado_startae", "~> 0.1.17"
|
|
13
|
-
|
|
14
|
-
And then execute:
|
|
15
|
-
|
|
16
|
-
$ bundle
|
|
17
|
-
|
|
18
|
-
Or install it yourself as:
|
|
19
|
-
|
|
20
|
-
$ gem install appbombado_startae
|
|
21
|
-
|
|
22
|
-
## Usage
|
|
23
9
|
|
|
24
10
|
Só funciona com Ruby 2.0
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
|
|
12
|
+
rvm use 2.0
|
|
13
|
+
bundle update
|
|
27
14
|
|
|
28
15
|
Só funciona com Postgre
|
|
29
16
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
-> pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
|
|
34
|
-
|
|
17
|
+
brew install postgresql
|
|
18
|
+
initdb /usr/local/var/postgres
|
|
19
|
+
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
|
|
35
20
|
|
|
36
|
-
|
|
21
|
+
|
|
22
|
+
Crie o APP
|
|
23
|
+
|
|
24
|
+
rails new 'nome_do_app'
|
|
25
|
+
|
|
37
26
|
|
|
38
27
|
Gemfile
|
|
39
|
-
|
|
28
|
+
|
|
29
|
+
gem "appbombado_startae", "~> 0.1.8"
|
|
40
30
|
|
|
41
|
-
|
|
42
|
-
|
|
31
|
+
Agora VAI!
|
|
32
|
+
|
|
33
|
+
bundle install
|
|
34
|
+
rails g appbombado 'nome_do_app'
|
|
43
35
|
|
|
44
36
|
|
|
45
|
-
obs: se der erro de Gem
|
|
46
|
-
|
|
47
|
-
|
|
37
|
+
obs: se der erro de Gem rode novamente
|
|
38
|
+
|
|
39
|
+
bundle install
|
|
40
|
+
rails g appbombado 'nome_do_app'
|
|
48
41
|
|
|
49
42
|
|
|
50
|
-
## Contributing
|
|
51
43
|
|
|
52
|
-
1. Fork it
|
|
53
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
54
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
55
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
|
56
|
-
5. Create new Pull Request
|
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.1.
|
|
4
|
+
version: 0.1.18
|
|
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-11-
|
|
11
|
+
date: 2013-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Bombando seu app startae.
|
|
14
14
|
email:
|
|
@@ -17,7 +17,7 @@ executables: []
|
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
|
-
-
|
|
20
|
+
- .gitignore
|
|
21
21
|
- Gemfile
|
|
22
22
|
- LICENSE.txt
|
|
23
23
|
- README.md
|
|
@@ -45,12 +45,12 @@ require_paths:
|
|
|
45
45
|
- lib
|
|
46
46
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
47
47
|
requirements:
|
|
48
|
-
- -
|
|
48
|
+
- - '>='
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
50
|
version: '0'
|
|
51
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
|
-
- -
|
|
53
|
+
- - '>='
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '0'
|
|
56
56
|
requirements: []
|