acronos_poc 0.1.1 → 0.1.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 +4 -4
- data/acronos_poc-0.1.1.gem +0 -0
- data/lib/acronos_poc/version.rb +1 -1
- data/lib/generators/acronos_poc/acronos_poc_generator.rb +2 -2
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7d32c1610a60d177eae807d17e36360f1805d60
|
|
4
|
+
data.tar.gz: bbbae471f07cafbc26b7d04b97ee9fb5e87b8bbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b610d8f685a6721d7ad7b3cb2244bd1d574d10da34c6240ec4d1fb42a4bf8f318c1e831e1f1bd7956fb4e2009c2ec591e1e289da9a763f82584f78d3fd735f5
|
|
7
|
+
data.tar.gz: 02ef9e24c110aa36ef8c0e4c3529e76ebb263e600f8bba771c3ffb9278e1fd400f2de62767e27b41a9ceef8eb3bf1614b4fc94092dacaead250cda831f1162ba
|
|
Binary file
|
data/lib/acronos_poc/version.rb
CHANGED
|
@@ -2,8 +2,8 @@ require 'rails/generators/base'
|
|
|
2
2
|
|
|
3
3
|
class AcronosPocGenerator < Rails::Generators::Base
|
|
4
4
|
source_root File.expand_path('../templates', __FILE__)
|
|
5
|
-
argument :
|
|
6
|
-
argument :
|
|
5
|
+
argument :resource_name, type: :string
|
|
6
|
+
argument :method_name, type: :string, default: "index"
|
|
7
7
|
|
|
8
8
|
def generate_view
|
|
9
9
|
template "#{method}.html.erb", "app/views/#{controller}/#{method}.html.erb"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acronos_poc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Damien Le Thiec
|
|
@@ -66,6 +66,7 @@ files:
|
|
|
66
66
|
- README.md
|
|
67
67
|
- Rakefile
|
|
68
68
|
- acronos_poc-0.1.0.gem
|
|
69
|
+
- acronos_poc-0.1.1.gem
|
|
69
70
|
- acronos_poc.gemspec
|
|
70
71
|
- bin/console
|
|
71
72
|
- bin/setup
|