stasis_scaffolding 0.0.1 → 0.0.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.
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ puts 'PIPO'
@@ -1,3 +1,3 @@
1
1
  module StasisScaffolding
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stasis_scaffolding
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,8 @@ dependencies: []
14
14
  description: A scaffolding for Stasis web page
15
15
  email:
16
16
  - laurentromain@gmail.com
17
- executables: []
17
+ executables:
18
+ - stasis_scaffolding
18
19
  extensions: []
19
20
  extra_rdoc_files: []
20
21
  files:
@@ -23,6 +24,7 @@ files:
23
24
  - LICENSE.md
24
25
  - README.md
25
26
  - Rakefile
27
+ - bin/stasis_scaffolding
26
28
  - lib/stasis_scaffolding.rb
27
29
  - lib/stasis_scaffolding/version.rb
28
30
  - stasis_scaffolding.gemspec