aetherg 0.2.1 → 0.2.2

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: eeddeb97672e772902eb13e8fc65a4371d47cedf
4
- data.tar.gz: 9ed270aa2b6d36c8916cad87b9f623edb4cc6e21
3
+ metadata.gz: 23bdadc17c0370a18a562f1653a19e23f30d060a
4
+ data.tar.gz: ccb6682cda86e9104cc666abc37053215d124190
5
5
  SHA512:
6
- metadata.gz: c99f04b07aaab4428debfae719d9b489700a6bcfff4203dbf2b418b69477a77469aeafaf58839b652299b73463d589309e050a7cfe1cc694d64840743006df30
7
- data.tar.gz: aad5389c568c55095652c12260051257c6d10253076ec70161681fb97a0aa0a13936165b0fa1e33899400ab068004d2af88b81a5b470528ce5a4f1da3172eb6b
6
+ metadata.gz: 92fe23f4295263180e436f4982b2e52cb464e82bbcceea89384fddc33e8f90a6bcdbd67578c52d2f4b0de0355ed79521d1236020a5991afd011abba7ac9a4d1b
7
+ data.tar.gz: 05b786aeb1e31104a39ac72799117b8908dce756ff6e8676d2a0b8ca56b9dd244a6755a3663a293de955bfe1d2d6a06d99009c8fd140269c0039c89f6f03397d
data/Gemfile.lock CHANGED
@@ -3,7 +3,7 @@ GEM
3
3
  specs:
4
4
  coderay (1.1.0)
5
5
  method_source (0.8.2)
6
- pry (0.10.1)
6
+ pry (0.10.3)
7
7
  coderay (~> 1.1.0)
8
8
  method_source (~> 0.8.1)
9
9
  slop (~> 3.4)
@@ -16,3 +16,6 @@ PLATFORMS
16
16
  DEPENDENCIES
17
17
  pry
18
18
  thor
19
+
20
+ BUNDLED WITH
21
+ 1.10.6
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  =======
2
2
  Aetherg
3
+
4
+ [![Gem Version](https://badge.fury.io/rb/aetherg.svg)](https://badge.fury.io/rb/aetherg)
5
+
3
6
  ======
4
7
 
5
8
  Description
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -59,8 +59,8 @@ module Aetherg
59
59
  end
60
60
 
61
61
  def create_settings_config
62
- copy_file "config/settings.yml", File.join(@app_path, "config/settings.example.yml")
63
- copy_file "config/settings.yml", File.join(@app_path, "config/settings.yml")
62
+ template("config/settings.yml", File.join(@app_path, "config/settings.example.yml"))
63
+ template("config/settings.yml", File.join(@app_path, "config/settings.yml"))
64
64
  end
65
65
 
66
66
  def create_gitignore
@@ -1,7 +1,7 @@
1
1
  default: &default
2
- name: "API"
3
- description: "API awesome!"
4
- url: "https://api.yu.fm/"
2
+ name: "<%= @name.camelcase %>"
3
+ description: "<%= @name.camelcase %> API awesome!"
4
+ url: "https://<%= @name.filename %>.com/"
5
5
 
6
6
  development:
7
7
  <<: *default
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aetherg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allen Chan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-28 00:00:00.000000000 Z
11
+ date: 2015-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -60,7 +60,7 @@ files:
60
60
  - lib/templates/config/redis.yml
61
61
  - lib/templates/config/settings.yml
62
62
  - lib/templates/gitignore
63
- homepage: https://github.com/octomusic/aetherg
63
+ homepage: https://github.com/chenillen/aetherg
64
64
  licenses:
65
65
  - MIT
66
66
  metadata: {}
@@ -80,9 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  version: '0'
81
81
  requirements: []
82
82
  rubyforge_project:
83
- rubygems_version: 2.4.8
83
+ rubygems_version: 2.4.6
84
84
  signing_key:
85
85
  specification_version: 4
86
86
  summary: Aetherg (Aether Generator) is a generator of sinatra app.
87
87
  test_files: []
88
- has_rdoc: