appbombado_startae 0.1.17 → 0.1.18

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: f0af58d834e5f822880ec8943ed297a17695319b
4
- data.tar.gz: 16b0ec9ba3a84fccba72df7a904daeadf02ed677
3
+ metadata.gz: 4b46e9818b30587b8702dc7446afc449b70046ba
4
+ data.tar.gz: 4f0816ee4fa6de06bb2868e1c28915de31173f0b
5
5
  SHA512:
6
- metadata.gz: 2ee8457971d72d5723a1c147c5996645317b5471351a455ba5cf29d5f419d74bd4fcac58d9d8bc90031d457346cef7943c9eb10dec663b59b98bc0509f3775a1
7
- data.tar.gz: f2e02b296c5ff2648c5b7898ee4e469943775ca0d3bc4aef4e87f48357330e771cd12dbf932385813c1d17b9026392c049be2159a4162f3c2c9ab0b0a37065e0
6
+ metadata.gz: 2a1580e51f85c85e9221ac3be6b70237c2ce33f95d6e6b646ee66dc157f98e66947e966ab2f659173c19c75100f7e13187d4e128f3f2f388ee0ae6ddcb6f7379
7
+ data.tar.gz: 436a9e690b2f80476304370c4553f5338899e0277ffd36c0b3a1cb5fe8fdd0de141662b67d820557f9c4835893305a2a747fed8a7588549d2cfd858ef4d319cb
data/README.md CHANGED
@@ -1,56 +1,43 @@
1
1
 
2
- # AppbombadoStartae
3
2
 
4
- Versão inicial de APP para alunos Startaê
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
- -> rvm use 2.0
26
- -> bundle update
11
+
12
+ rvm use 2.0
13
+ bundle update
27
14
 
28
15
  Só funciona com Postgre
29
16
 
30
- -> psql --version
31
- -> brew install postgresql
32
- -> initdb /usr/local/var/postgres
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
- rails new 'nome_do_app'
21
+
22
+ Crie o APP
23
+
24
+ rails new 'nome_do_app'
25
+
37
26
 
38
27
  Gemfile
39
- -> gem "appbombado_startae", "~> 0.1.17"
28
+
29
+ gem "appbombado_startae", "~> 0.1.8"
40
30
 
41
- -> bundle install
42
- -> rails g appbombado 'nome_do_app'
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- rode
46
- -> bundle install
47
- -> rails g appbombado 'nome_do_app'
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
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.17"
2
+ VERSION = "0.1.18"
3
3
  end
@@ -7,6 +7,7 @@ def generate_appbombado
7
7
  remove_file "Gemfile"
8
8
  copy_file "Gemfile"
9
9
 
10
+ run "bundle update"
10
11
  run "bundle install"
11
12
 
12
13
 
@@ -1,7 +1,7 @@
1
1
  source 'http://rubygems.org'
2
2
  ruby '2.0.0'
3
3
 
4
- gem 'rails', '4.0.0'
4
+ gem 'rails', '4.0.1'
5
5
 
6
6
  # database
7
7
  gem 'pg', '~> 0.17.0'
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.17
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-01 00:00:00.000000000 Z
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
- - ".gitignore"
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: []