stealth 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: 7bcfc4f02dd83726d4bdcc3d9a2912ddcf1e767bdc17f3e8088fd46d811ff4d7
4
- data.tar.gz: 434eab3e04d9282047da014e220afcd0075079c5fa5cbff4fa381aa29d43621d
3
+ metadata.gz: 436c9380a0bbade94434cfb795f44b66b431499ffa309566cdb2ddb330abe1bf
4
+ data.tar.gz: 8afe9cf2e2f90cd3935e84a6a372f912b789ef77194ee502fe3e8ff519f46e2b
5
5
  SHA512:
6
- metadata.gz: 1b383ef1b76db5d6ed33d2eb44ea3667ebe776115e7318f24a2142ed43cae57afce7449ed140a1e38b4ece60b9f4c74ec96483a20af5d9bef11a0d0936d41852
7
- data.tar.gz: fb39ccdc11bf480af62b0611f5a12760b76335265302352cebe3da56a33a3bca921f1a271a2df6eda572cd511aa348a026917717bb3b91bb45e96bb59993b92c
6
+ metadata.gz: 3df3a24c3d2802506cda1005a3499243a6ffca75d4129415c09ff927d203ec44e87dc3330c87d19a11df12fbc12020b8532ec5a885cf46613501b9646f6822a6
7
+ data.tar.gz: 9e638c19c2ea10c9ba27a1520576d2e5c8356b64fa79dccea10f78fb7d271835f9fdda8cf9649e8f4abbbe93e37b3cc7795c65599d08f4d35941ce84d5d89369
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+
5
+ ---
6
+
7
+ **Describe the bug**
8
+ A clear and concise description of what the bug is.
9
+
10
+ **To Reproduce**
11
+ Steps to reproduce the behavior:
12
+ 1. Go to '...'
13
+ 2. Click on '....'
14
+ 3. Scroll down to '....'
15
+ 4. See error
16
+
17
+ **Expected behavior**
18
+ A clear and concise description of what you expected to happen.
19
+
20
+ **Screenshots**
21
+ If applicable, add screenshots to help explain your problem.
22
+
23
+ **Desktop (please complete the following information):**
24
+ - OS: [e.g. iOS]
25
+ - Browser [e.g. chrome, safari]
26
+ - Version [e.g. 22]
27
+
28
+ **Smartphone (please complete the following information):**
29
+ - Device: [e.g. iPhone6]
30
+ - OS: [e.g. iOS8.1]
31
+ - Browser [e.g. stock browser, safari]
32
+ - Version [e.g. 22]
33
+
34
+ **Additional context**
35
+ Add any other context about the problem here.
@@ -0,0 +1,17 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+
5
+ ---
6
+
7
+ **Is your feature request related to a problem? Please describe.**
8
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9
+
10
+ **Describe the solution you'd like**
11
+ A clear and concise description of what you want to happen.
12
+
13
+ **Describe alternatives you've considered**
14
+ A clear and concise description of any alternative solutions or features you've considered.
15
+
16
+ **Additional context**
17
+ Add any other context or screenshots about the feature request here.
data/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # Changelog for Stealth v1.0.1
2
+
3
+ ## Enhancements
4
+
5
+ None.
6
+
7
+ ## Bug Fixes
8
+
9
+ * [Docs] Fixed link to docs in the README.
10
+ * [Generators] Fixed the generated name of controllers.
data/README.md CHANGED
@@ -29,7 +29,7 @@ Currently, there are gems for:
29
29
 
30
30
  ## Docs
31
31
 
32
- You can find our full docs [here](https://docs.hellostealth.org).
32
+ You can find our full docs [here](https://hellostealth.org/docs).
33
33
 
34
34
  ## Thanks
35
35
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -1,4 +1,4 @@
1
- class <%= name.capitalize.camelize.underscore.pluralize %>Controller < BotController
1
+ class <%= name.classify.pluralize %>Controller < BotController
2
2
 
3
3
  def ask_example
4
4
  send_replies
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Gomes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-05-18 00:00:00.000000000 Z
12
+ date: 2018-05-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra
@@ -187,7 +187,10 @@ extensions: []
187
187
  extra_rdoc_files: []
188
188
  files:
189
189
  - ".circleci/config.yml"
190
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
191
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
190
192
  - ".gitignore"
193
+ - CHANGELOG.md
191
194
  - Gemfile
192
195
  - Gemfile.lock
193
196
  - LICENSE