generic_app 3.0.19 → 3.0.20

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
  SHA256:
3
- metadata.gz: 0a2137d2b3670226549fdd4df84602b8d0e1378ad32171879c29d17b6bb04168
4
- data.tar.gz: 72f0739eb067027f6b75646d30323a30b34863af88e88d58f453437f16bcb631
3
+ metadata.gz: 1e58d2783944358075b7513e36e1d39ebfcb087a2bbfa1519d04cb86bfbf8236
4
+ data.tar.gz: 73ef296502bb5fd187a6e4279ab90a88652b1221de7eef92e0987d05c6a266db
5
5
  SHA512:
6
- metadata.gz: e25300b6cc751748c232f7e1a50262a3ba0adc3bc70f75f63a1bb7a5bc5580d57f997a885f60eac82658dc4e76bfb0349eb4c17d46ac38ddfb57d4bd6ff462ac
7
- data.tar.gz: 8a65bd153af44d6a3abce9187b6bb632ff53b0b2cdc6e2123a3e22363ea0f3e326c4451e9b18661a4836d87f21c6825ba8710122e9f4c5b2137fcd79cbd164bb
6
+ metadata.gz: 67d867ba28c33b93174449ee221c7dc05916a3c914b8f3aa766761bfdb4e4ee0169d0d0198bbd0ca712cee2d3a8d0554073f23d92535384994352bd87d8b8855
7
+ data.tar.gz: 01d098c10de7533b1f8fc41644d8f52a4e51b8a27357524913a5156f220072ecc4e5c1e4fb5dec30bfaeab89e51952add0daae4bfc4c23ec708b6bb793bf1f3e
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Generic App
7
7
 
8
- Welcome to Generic App, the #1 most comprehensive Rails app generator! No other method of starting a Rails app can save you so much time and effort. Stop reinventing the wheel every time you start a new Rails project. User authentication, comprehensive tests, Twitter bootstrap styling, and other features that are desirable in all or most Rails apps are implemented in advance. You get post-installation scripts that consolidate routine multi-step tasks into one step, including the process of setting up your app for PostgreSQL. Outlines of the initial MVC architecture of your new app are also provided. Only GenericApp way gives you a comprehensive Rails app in just a few minutes. If you're not exactly a Generic App user, then you're not exactly viable at Startup Weekend or 24-hour web site challenges.
8
+ Welcome to [Generic App](https://www.genericapp.net/), the #1 most comprehensive Rails app generator! If you're not exactly a Generic App user, then you're not exactly viable at Startup Weekend or 24-hour web site challenges.
9
9
 
10
10
  ## Prerequisites
11
11
 
data/code_test.sh CHANGED
@@ -30,6 +30,6 @@ bundle exec gemsurance --output log/gemsurance_report.html
30
30
  echo 'Gemsurance Report: log/gemsurance_report.html'
31
31
 
32
32
  echo '------------------------------------------------------------------------'
33
- echo 'bundle viz --file=log/diagram-gems --format=svg --requirements --version'
33
+ echo 'bundle viz --file=log/diagram-gems --format=jpg --requirements --version'
34
34
  bundle viz --file=log/diagram-gems --format=jpg --requirements --version
35
35
  echo 'Gem dependency diagram: log/diagram-gems.jpg'
data/lib/generic_app.rb CHANGED
@@ -1,4 +1,4 @@
1
- URL_TEMPLATE = 'https://github.com/rubyonracetracks/rails-20181125-003853-455.git'.freeze
1
+ URL_TEMPLATE = 'https://github.com/rubyonracetracks/rails-20190114-211833-951.git'.freeze
2
2
 
3
3
  require 'generic_app/version'
4
4
  require 'string_in_file'
@@ -1,3 +1,3 @@
1
1
  module GenericApp
2
- VERSION = '3.0.19'.freeze
2
+ VERSION = '3.0.20'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: generic_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.19
4
+ version: 3.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Hsu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-25 00:00:00.000000000 Z
11
+ date: 2019-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -231,8 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  - !ruby/object:Gem::Version
232
232
  version: '0'
233
233
  requirements: []
234
- rubyforge_project:
235
- rubygems_version: 2.7.8
234
+ rubygems_version: 3.0.2
236
235
  signing_key:
237
236
  specification_version: 4
238
237
  summary: Save time by instantly creating a generic Rails app.