rgentpl 1.0.1 → 1.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.
- checksums.yaml +8 -8
- data/.cane +6 -0
- data/.gitignore +29 -57
- data/.yardopts +1 -0
- data/ChangeLog.md +4 -0
- data/ShortLog +4 -1
- data/lib/rgentpl/version.rb +1 -1
- data/log/.gitignore +0 -0
- data/log/yard.log +0 -0
- data/src/.cane +6 -0
- data/src/.gitignore +29 -57
- data/src/.yardopts +1 -0
- data/src/log/yard.log +0 -0
- metadata +8 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGE4M2E5ZjRmNzQxODNhZmRhZGYzM2FjZjg0YWQ5ZTVjY2RhNTVmZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzNlMzllOTkwNDMwNWYyN2Y3ZjBiZDRhM2YyOWY3NDViYTZjMWMzZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTBiMDFjYTY4ZDJhYjlmZWNjYzQ2NTBmNzQ0MGNlNjEzMmQ0ZjA1ZWM2OWUx
|
10
|
+
YWRiOTE4OTI5OGJjMDVkNjJkOTM3MjZjZjM5NThlY2YzNjhiZjk4Y2Y0NDg5
|
11
|
+
NmIxZTQyODdiMWNjNzRlZGJjNTI4MmM5MzcxOTk2YzRlMDBkODE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OTQzYzRmMDUyM2IyYmRiNjlmNTk2ZmY5ZGIzNzdlNzI3ZTI5MmYzNzM2MTE1
|
14
|
+
ZWY5MDVmNTU4ODk2YjBmZGJjM2FmZWNhOGZkN2IxY2EwZDc3Zjc4MzllMDhm
|
15
|
+
YTU4NDAxMWMzZTQ3Y2FmZTBiNGMyOTllYTM4ODI3MjA3Y2FkNDI=
|
data/.cane
ADDED
data/.gitignore
CHANGED
@@ -4,30 +4,33 @@
|
|
4
4
|
# or operating system, you probably want to add a global ignore instead:
|
5
5
|
# git config --global core.excludesfile ~/.gitignore_global
|
6
6
|
|
7
|
-
# Ignore bundler config
|
8
|
-
/.bundle
|
9
|
-
|
10
7
|
# Ignore the default SQLite database.
|
11
8
|
/db/*.sqlite3
|
12
9
|
|
13
10
|
# Ignore all logfiles and tempfiles.
|
14
11
|
Gemfile.lock
|
15
|
-
/log
|
12
|
+
/log/app.log
|
13
|
+
/log/development.log
|
14
|
+
/log/production.log
|
15
|
+
/log/test.log
|
16
16
|
/tmp/*
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
*.
|
23
|
-
|
24
|
-
|
17
|
+
.DS_Store
|
18
|
+
Thumbs.db
|
19
|
+
nbproject
|
20
|
+
.project
|
21
|
+
.redcar
|
22
|
+
*.rbc
|
23
|
+
*.swp
|
24
|
+
*.swo
|
25
|
+
|
26
|
+
# Gem packages
|
27
|
+
pkg
|
28
|
+
gems
|
25
29
|
|
26
30
|
# Documentation
|
27
31
|
doc/api
|
28
32
|
doc/app
|
29
33
|
.yardoc/*
|
30
|
-
.yardopts
|
31
34
|
coverage
|
32
35
|
doc/*.html
|
33
36
|
doc/*.css
|
@@ -36,7 +39,6 @@ doc/**/*.css
|
|
36
39
|
doc/css
|
37
40
|
doc/js
|
38
41
|
doc/ActsAsMetatags
|
39
|
-
.cane
|
40
42
|
|
41
43
|
# Public Uploads
|
42
44
|
public/system/*
|
@@ -49,19 +51,20 @@ public/system/*
|
|
49
51
|
public/javascripts/cache
|
50
52
|
public/stylesheets/cache
|
51
53
|
public/refinery/*
|
52
|
-
|
53
|
-
/capybara*
|
54
|
-
/capybara-*.html
|
55
|
-
/gems
|
56
|
-
/specifications
|
57
|
-
|
58
|
-
# Vendor Cache
|
54
|
+
cache
|
59
55
|
vendor/cache
|
60
56
|
|
57
|
+
# Testing
|
58
|
+
capybara*
|
59
|
+
specifications
|
60
|
+
|
61
61
|
# Bundle state
|
62
|
-
|
63
|
-
|
64
|
-
|
62
|
+
.bundle
|
63
|
+
vendor/bundle/
|
64
|
+
vendor/ruby/
|
65
|
+
|
66
|
+
# vendor/extensions dummy applications.
|
67
|
+
vendor/extensions/**/spec/dummy
|
65
68
|
|
66
69
|
# Acts as Indexed
|
67
70
|
index/**/*
|
@@ -71,28 +74,6 @@ index/**/*
|
|
71
74
|
*.autobackupbyrefinery.*
|
72
75
|
refinerycms-*.gem
|
73
76
|
|
74
|
-
# Mac
|
75
|
-
.DS_Store
|
76
|
-
|
77
|
-
# Windows
|
78
|
-
Thumbs.db
|
79
|
-
|
80
|
-
# NetBeans
|
81
|
-
nbproject
|
82
|
-
|
83
|
-
# Eclipse
|
84
|
-
.project
|
85
|
-
|
86
|
-
# Redcar
|
87
|
-
.redcar
|
88
|
-
|
89
|
-
# Rubinius
|
90
|
-
*.rbc
|
91
|
-
|
92
|
-
# Vim
|
93
|
-
*.swp
|
94
|
-
*.swo
|
95
|
-
|
96
77
|
# RubyMine
|
97
78
|
.idea
|
98
79
|
|
@@ -109,13 +90,10 @@ capybara-*html
|
|
109
90
|
.sass-cache
|
110
91
|
.sass-cache/*
|
111
92
|
|
112
|
-
#rvm
|
93
|
+
# rvm
|
113
94
|
.rvmrc
|
114
95
|
.rvmrc.*
|
115
96
|
|
116
|
-
# vendor/extensions dummy applications.
|
117
|
-
vendor/extensions/**/spec/dummy
|
118
|
-
|
119
97
|
# CTags
|
120
98
|
.tags*
|
121
99
|
.gemtags*
|
@@ -130,9 +108,6 @@ gem-tags*
|
|
130
108
|
# Code style files configuration
|
131
109
|
.rubocop.yml
|
132
110
|
|
133
|
-
# Documentation configurator
|
134
|
-
.yard*
|
135
|
-
|
136
111
|
# Webrat log
|
137
112
|
webrat.log
|
138
113
|
|
@@ -140,7 +115,7 @@ webrat.log
|
|
140
115
|
config/application.yml
|
141
116
|
|
142
117
|
# Database configuration file
|
143
|
-
|
118
|
+
config/database.yml
|
144
119
|
|
145
120
|
# Dummy test application
|
146
121
|
spec/dummy/db/*.sqlite3
|
@@ -150,6 +125,3 @@ spec/dummy/.sass-cache
|
|
150
125
|
|
151
126
|
# Secret Token
|
152
127
|
config/initializers/secret_token.rb
|
153
|
-
|
154
|
-
# Gem files
|
155
|
-
bin/gems/*
|
data/.yardopts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
--protected --private --output-dir doc/api
|
data/ChangeLog.md
CHANGED
data/ShortLog
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Julio Antúnez Tarín (
|
1
|
+
Julio Antúnez Tarín (12):
|
2
2
|
First sending.
|
3
3
|
Update README and LICENSE files.
|
4
4
|
Bumped to version 1.0.0.
|
@@ -8,4 +8,7 @@ Julio Antúnez Tarín (9):
|
|
8
8
|
Update README files.
|
9
9
|
Add a gems directory.
|
10
10
|
Merge branch 'feature-last-improvements' into develop
|
11
|
+
Bumped to version 1.0.0.
|
12
|
+
Merge branch 'release-1.0.1' into develop
|
13
|
+
Update gitignore file and dependencies.
|
11
14
|
|
data/lib/rgentpl/version.rb
CHANGED
data/log/.gitignore
ADDED
File without changes
|
data/log/yard.log
ADDED
File without changes
|
data/src/.cane
ADDED
data/src/.gitignore
CHANGED
@@ -4,30 +4,33 @@
|
|
4
4
|
# or operating system, you probably want to add a global ignore instead:
|
5
5
|
# git config --global core.excludesfile ~/.gitignore_global
|
6
6
|
|
7
|
-
# Ignore bundler config
|
8
|
-
/.bundle
|
9
|
-
|
10
7
|
# Ignore the default SQLite database.
|
11
8
|
/db/*.sqlite3
|
12
9
|
|
13
10
|
# Ignore all logfiles and tempfiles.
|
14
11
|
Gemfile.lock
|
15
|
-
/log
|
12
|
+
/log/app.log
|
13
|
+
/log/development.log
|
14
|
+
/log/production.log
|
15
|
+
/log/test.log
|
16
16
|
/tmp/*
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
*.
|
23
|
-
|
24
|
-
|
17
|
+
.DS_Store
|
18
|
+
Thumbs.db
|
19
|
+
nbproject
|
20
|
+
.project
|
21
|
+
.redcar
|
22
|
+
*.rbc
|
23
|
+
*.swp
|
24
|
+
*.swo
|
25
|
+
|
26
|
+
# Gem packages
|
27
|
+
pkg
|
28
|
+
gems
|
25
29
|
|
26
30
|
# Documentation
|
27
31
|
doc/api
|
28
32
|
doc/app
|
29
33
|
.yardoc/*
|
30
|
-
.yardopts
|
31
34
|
coverage
|
32
35
|
doc/*.html
|
33
36
|
doc/*.css
|
@@ -36,7 +39,6 @@ doc/**/*.css
|
|
36
39
|
doc/css
|
37
40
|
doc/js
|
38
41
|
doc/ActsAsMetatags
|
39
|
-
.cane
|
40
42
|
|
41
43
|
# Public Uploads
|
42
44
|
public/system/*
|
@@ -49,19 +51,20 @@ public/system/*
|
|
49
51
|
public/javascripts/cache
|
50
52
|
public/stylesheets/cache
|
51
53
|
public/refinery/*
|
52
|
-
|
53
|
-
/capybara*
|
54
|
-
/capybara-*.html
|
55
|
-
/gems
|
56
|
-
/specifications
|
57
|
-
|
58
|
-
# Vendor Cache
|
54
|
+
cache
|
59
55
|
vendor/cache
|
60
56
|
|
57
|
+
# Testing
|
58
|
+
capybara*
|
59
|
+
specifications
|
60
|
+
|
61
61
|
# Bundle state
|
62
|
-
|
63
|
-
|
64
|
-
|
62
|
+
.bundle
|
63
|
+
vendor/bundle/
|
64
|
+
vendor/ruby/
|
65
|
+
|
66
|
+
# vendor/extensions dummy applications.
|
67
|
+
vendor/extensions/**/spec/dummy
|
65
68
|
|
66
69
|
# Acts as Indexed
|
67
70
|
index/**/*
|
@@ -71,28 +74,6 @@ index/**/*
|
|
71
74
|
*.autobackupbyrefinery.*
|
72
75
|
refinerycms-*.gem
|
73
76
|
|
74
|
-
# Mac
|
75
|
-
.DS_Store
|
76
|
-
|
77
|
-
# Windows
|
78
|
-
Thumbs.db
|
79
|
-
|
80
|
-
# NetBeans
|
81
|
-
nbproject
|
82
|
-
|
83
|
-
# Eclipse
|
84
|
-
.project
|
85
|
-
|
86
|
-
# Redcar
|
87
|
-
.redcar
|
88
|
-
|
89
|
-
# Rubinius
|
90
|
-
*.rbc
|
91
|
-
|
92
|
-
# Vim
|
93
|
-
*.swp
|
94
|
-
*.swo
|
95
|
-
|
96
77
|
# RubyMine
|
97
78
|
.idea
|
98
79
|
|
@@ -109,13 +90,10 @@ capybara-*html
|
|
109
90
|
.sass-cache
|
110
91
|
.sass-cache/*
|
111
92
|
|
112
|
-
#rvm
|
93
|
+
# rvm
|
113
94
|
.rvmrc
|
114
95
|
.rvmrc.*
|
115
96
|
|
116
|
-
# vendor/extensions dummy applications.
|
117
|
-
vendor/extensions/**/spec/dummy
|
118
|
-
|
119
97
|
# CTags
|
120
98
|
.tags*
|
121
99
|
.gemtags*
|
@@ -130,9 +108,6 @@ gem-tags*
|
|
130
108
|
# Code style files configuration
|
131
109
|
.rubocop.yml
|
132
110
|
|
133
|
-
# Documentation configurator
|
134
|
-
.yard*
|
135
|
-
|
136
111
|
# Webrat log
|
137
112
|
webrat.log
|
138
113
|
|
@@ -140,7 +115,7 @@ webrat.log
|
|
140
115
|
config/application.yml
|
141
116
|
|
142
117
|
# Database configuration file
|
143
|
-
|
118
|
+
config/database.yml
|
144
119
|
|
145
120
|
# Dummy test application
|
146
121
|
spec/dummy/db/*.sqlite3
|
@@ -150,6 +125,3 @@ spec/dummy/.sass-cache
|
|
150
125
|
|
151
126
|
# Secret Token
|
152
127
|
config/initializers/secret_token.rb
|
153
|
-
|
154
|
-
# Gem files
|
155
|
-
bin/gems/*
|
data/src/.yardopts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
--protected --private --output-dir doc/api
|
data/src/log/yard.log
ADDED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rgentpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julio Antúnez Tarín
|
@@ -675,6 +675,7 @@ executables:
|
|
675
675
|
extensions: []
|
676
676
|
extra_rdoc_files: []
|
677
677
|
files:
|
678
|
+
- .cane
|
678
679
|
- .document
|
679
680
|
- .gitignore
|
680
681
|
- .rspec
|
@@ -682,6 +683,7 @@ files:
|
|
682
683
|
- .ruby-gemset
|
683
684
|
- .ruby-version
|
684
685
|
- .travis.yml
|
686
|
+
- .yardopts
|
685
687
|
- ChangeLog.md
|
686
688
|
- Gemfile
|
687
689
|
- Guardfile
|
@@ -704,6 +706,8 @@ files:
|
|
704
706
|
- lib/rgentpl/core_ext/string.rb
|
705
707
|
- lib/rgentpl/exception/critical.rb
|
706
708
|
- lib/rgentpl/version.rb
|
709
|
+
- log/.gitignore
|
710
|
+
- log/yard.log
|
707
711
|
- rgentpl.gemspec
|
708
712
|
- spec/lib/rgentpl/boot/application_spec.rb
|
709
713
|
- spec/lib/rgentpl/boot/initializer_spec.rb
|
@@ -715,6 +719,7 @@ files:
|
|
715
719
|
- spec/spec_helper.rb
|
716
720
|
- spec/support/helper/assertions.rb
|
717
721
|
- src/%app_name%.gemspec.tt
|
722
|
+
- src/.cane
|
718
723
|
- src/.document
|
719
724
|
- src/.gitignore
|
720
725
|
- src/.rspec
|
@@ -722,6 +727,7 @@ files:
|
|
722
727
|
- src/.ruby-gemset.tt
|
723
728
|
- src/.ruby-version
|
724
729
|
- src/.travis.yml
|
730
|
+
- src/.yardopts
|
725
731
|
- src/ChangeLog.md
|
726
732
|
- src/Gemfile
|
727
733
|
- src/Guardfile
|
@@ -745,6 +751,7 @@ files:
|
|
745
751
|
- src/lib/%app_name%/core_ext/string.rb.tt
|
746
752
|
- src/lib/%app_name%/exception/critical.rb.tt
|
747
753
|
- src/lib/%app_name%/version.rb.tt
|
754
|
+
- src/log/yard.log
|
748
755
|
- src/spec/lib/%app_name%/boot/application_spec.rb.tt
|
749
756
|
- src/spec/lib/%app_name%/boot/initializer_spec.rb.tt
|
750
757
|
- src/spec/lib/%app_name%/command/base_spec.rb.tt
|