opening_act 0.1.3 → 0.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d468b4db67466b23cabc2857272b030631cd7f0b
|
4
|
+
data.tar.gz: 56252f32f439c96b92892b993077251c6bf88d67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4383083223e1ade4ecacefeff6cf61e62e3ea44b9eed7feb47e0e6dc1a308b26315011b120d9c0adc138e0261ad53b6486bb8c4eae0f130a5925c6175851cf21
|
7
|
+
data.tar.gz: 03cf4a999984d42060fa8052aa58db726539b886dff4ff1c21635c91ccfc4a8438ec3f0aaa6fcd933d89bad08f95b871665cc02d4bccc6d9e4519bff47f26c1c
|
@@ -0,0 +1 @@
|
|
1
|
+
# Your database file can go here
|
data/lib/opening_act/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sun-Li Beatteay
|
@@ -113,6 +113,7 @@ files:
|
|
113
113
|
- lib/opening_act/templates/Rakefile_Test
|
114
114
|
- lib/opening_act/templates/config.ru
|
115
115
|
- lib/opening_act/templates/environment.rb
|
116
|
+
- lib/opening_act/templates/lib/placeholder.rb
|
116
117
|
- lib/opening_act/templates/new_app.rb
|
117
118
|
- lib/opening_act/templates/public/javascript/script.js
|
118
119
|
- lib/opening_act/templates/public/stylesheets/main.css
|