wagon_rails 0.2.0 → 0.3.0

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: 1c9245f9d65425d9377890688a8b974ba7821cd8
4
- data.tar.gz: ac7583013a59dbb07df8193345b9d9aca377559a
3
+ metadata.gz: 807a8268e88ebfb6063a8be92095868266ba6a1b
4
+ data.tar.gz: 02691fd720145e6cd0b9f332eee7e1bef4d58983
5
5
  SHA512:
6
- metadata.gz: 2d08a10b4e055415a909ac49494006d4cf062e7ddb8b8d28ff24af1dc09dcdd3076840e4f7e69152537dbade8fc9c8bc58d8d7a30f381acc7f521c10776924aa
7
- data.tar.gz: cf993b6829ee4a7d9e875620f671770326f06e4c32eaabd356b0e7be983d53e61dfbbbbeded3d4231309809912fec272a7e84d4a4ece0cccb56423829509120f
6
+ metadata.gz: db6cc82cc5cd7f227c6bbd2b850dccd3b23591a2af074013f66e8fe68de767c4e98d342feeb5e1d15b0009953e76ea132bc307e28001d4e820c5b4e6b2881028
7
+ data.tar.gz: 30471d3412ec272dbb5e4834b27582691b6ce9e9c567e4436058523b46266b01724c0d03327e746f1e2656f681e32bab8e95d256d4250fae709b6194b500c4da
@@ -1,5 +1,5 @@
1
1
  module WagonRails
2
2
  RAILS_VERSION = "4.2.0"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
@@ -1,32 +1,11 @@
1
1
  # <%= app_name.humanize %>
2
2
 
3
- ## Getting Started
3
+ ## Configuration
4
4
 
5
- After you have cloned this repo, run this setup script to set up your machine
6
- with the necessary dependencies to run and test this app:
5
+ The app configuration lies in `config/application.yml` and is **not**
6
+ versionned by git (for security reasons). If you've just cloned this
7
+ repo, ask a colleague for his `application.yml` file over a secure channel.
7
8
 
8
- % ./bin/setup
9
+ ## Credits
9
10
 
10
- It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up
11
- your machine with [this script].
12
-
13
- [this script]: https://github.com/thoughtbot/laptop
14
-
15
- After setting up, you can run the application using [foreman]:
16
-
17
- % foreman start
18
-
19
- If you don't have `foreman`, see [Foreman's install instructions][foreman]. It
20
- is [purposefully excluded from the project's `Gemfile`][exclude].
21
-
22
- [foreman]: https://github.com/ddollar/foreman
23
- [exclude]: https://github.com/ddollar/foreman/pull/437#issuecomment-41110407
24
-
25
- ## Guidelines
26
-
27
- Use the following guides for getting things done, programming well, and
28
- programming in style.
29
-
30
- * [Protocol](http://github.com/thoughtbot/guides/blob/master/protocol)
31
- * [Best Practices](http://github.com/thoughtbot/guides/blob/master/best-practices)
32
- * [Style](http://github.com/thoughtbot/guides/blob/master/style)
11
+ The first commit of this app has been generated thanks to [lewagon/wagon_rails](https://github.com/lewagon/wagon_rails)'s rails app generator.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wagon_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ssaunier