redmine_extensions 0.0.15 → 0.0.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8fedeb6cafb51fd77ed43dc067beb88ab4aee4f
4
- data.tar.gz: 984ff32612586af636957349a2e18b0624c231a1
3
+ metadata.gz: 3237ed05a43184ed81a1cfa743249074228a224b
4
+ data.tar.gz: a07684df28d158f09ff55db0f674af942ed1ece0
5
5
  SHA512:
6
- metadata.gz: 091d35b3130ce1151d969b84007b9eb0e1d6d873c234fc72e088e11d59401d8b41186cd6f30028fd03a76bce3832def454840c2d28c9bd2df3f24683e9e6918a
7
- data.tar.gz: a8efd44d8a209846596c57d10ffa4016dbef748882a1db006f54fa98debeb09b6d09a66e05b5bcfc5e62ded7476be0546e02d360779294988e45fcd20b6efd98
6
+ metadata.gz: b0d9930e01e13a75cc2ba5ad2c49e61882b65b44a3b3137bb44ee53579600f0c8cd4697f5ab4b714c88f4ea938fa012c50afe8ce70da9e8f3bb228430ca15785
7
+ data.tar.gz: 984faa4ffe034b55a63c76fb800a486bb7b69805563538a548f4d40a57e8961e35cf5ee37b44dbd6f71414d4c7c91bf62be2c9dd70e03f541f7b2501d5eed1bb
@@ -31,18 +31,18 @@ module RedmineExtensions
31
31
  empty_directory "#{plugin_path}/lib/#{plugin_name_underscored}/redmine_patch/models"
32
32
  empty_directory "#{plugin_path}/lib/#{plugin_name_underscored}/redmine_patch/others"
33
33
 
34
- template '.gitkeep', "#{plugin_path}/app/controllers/.gitkeep"
35
- template '.gitkeep', "#{plugin_path}/app/helpers/.gitkeep"
36
- template '.gitkeep', "#{plugin_path}/app/models/.gitkeep"
37
- template '.gitkeep', "#{plugin_path}/app/views/.gitkeep"
38
- template '.gitkeep', "#{plugin_path}/db/migrate/.gitkeep"
39
- template '.gitkeep', "#{plugin_path}/assets/images/.gitkeep"
40
- template '.gitkeep', "#{plugin_path}/assets/javascripts/.gitkeep"
41
- template '.gitkeep', "#{plugin_path}/lib/#{plugin_name_underscored}/redmine_patch/others/.gitkeep"
34
+ copy_file '.gitkeep', "#{plugin_path}/app/controllers/.gitkeep"
35
+ copy_file '.gitkeep', "#{plugin_path}/app/helpers/.gitkeep"
36
+ copy_file '.gitkeep', "#{plugin_path}/app/models/.gitkeep"
37
+ copy_file '.gitkeep', "#{plugin_path}/app/views/.gitkeep"
38
+ copy_file '.gitkeep', "#{plugin_path}/db/migrate/.gitkeep"
39
+ copy_file '.gitkeep', "#{plugin_path}/assets/images/.gitkeep"
40
+ copy_file '.gitkeep', "#{plugin_path}/assets/javascripts/.gitkeep"
41
+ copy_file '.gitkeep', "#{plugin_path}/lib/#{plugin_name_underscored}/redmine_patch/others/.gitkeep"
42
42
 
43
43
  #template 'Gemfile', "#{plugin_path}/Gemfile"
44
44
  template 'init.rb.erb', "#{plugin_path}/init.rb"
45
- template 'en.yml', "#{plugin_path}/config/locales/en.yml"
45
+ copy_file 'en.yml', "#{plugin_path}/config/locales/en.yml"
46
46
  template 'routes.rb.erb', "#{plugin_path}/config/routes.rb"
47
47
  template 'hooks.rb.erb', "#{plugin_path}/lib/#{plugin_name_underscored}/hooks.rb"
48
48
  template 'internals.rb.erb', "#{plugin_path}/lib/#{plugin_name_underscored}/internals.rb"
@@ -1,3 +1,3 @@
1
1
  module RedmineExtensions
2
- VERSION = '0.0.15'
2
+ VERSION = '0.0.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Easy Software Ltd