opening_act 0.1.6 → 0.1.7
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 +4 -4
- data/lib/opening_act/version.rb +1 -1
- data/opening_act.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f756f5db9642de616fd62de6cbb1e377f78b656
|
|
4
|
+
data.tar.gz: bc8192b188b782052590886386c7a6f00b8b7a51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c25cc369a6680974797d615871ceacc142dee934cf177894c9510b92fdd6dac7e8e1dc6131868051becb5890740f6c469665724163072837dd153ce57b3e62ff
|
|
7
|
+
data.tar.gz: a10bdd868f66b7f7a83673fad12ca700b785baefa19193346736aaec478004ef1e6cb3d13fb56022e6d6aac7da9d7738e4e1bb3e53f5b1d032493012015d5f05
|
data/lib/opening_act/version.rb
CHANGED
data/opening_act.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.email = ['sjbeatteay@gmail.com']
|
|
12
12
|
|
|
13
13
|
spec.summary = 'A tool that creates the Sinatra development environment for you.'
|
|
14
|
-
spec.description = "A gem that auto generates all the files, folders and tests you'll need to start
|
|
14
|
+
spec.description = "A gem that auto generates all the files, folders and tests you'll need to start your Sinatra application."
|
|
15
15
|
spec.homepage = 'https://github.com/sunny-b/opening_act'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opening_act
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sun-Li Beatteay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -81,7 +81,7 @@ dependencies:
|
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
83
|
description: A gem that auto generates all the files, folders and tests you'll need
|
|
84
|
-
to start
|
|
84
|
+
to start your Sinatra application.
|
|
85
85
|
email:
|
|
86
86
|
- sjbeatteay@gmail.com
|
|
87
87
|
executables:
|