require_patch 0.0.4 → 0.0.5

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: 194f3b04e525afb6858c6f700795cf49eab23448
4
- data.tar.gz: 09f421519b77b1425835ae650d47919f03e17cc9
3
+ metadata.gz: 17c409fc8d94a16edc1ee4c2e084c4297fde0c4d
4
+ data.tar.gz: bf9ad8faa31396db94b66bc32c80a80c8cf1b826
5
5
  SHA512:
6
- metadata.gz: 33f42928543ea2384aa7c5fbc18b0ca5f3a987429aed85b439c7f3b10c03d45c7a1dc6d48ce7b07d90d405d3d0e27cbdbbaacb65a20f61bbe38f75796f014199
7
- data.tar.gz: 5d074f866ebf364ea213b052dca7b593706f43205a814d5f469bb32129cc824f56e4635dc8029d17a44805ae94d70b1b18d6d32b3017e1a3be129fac4467186a
6
+ metadata.gz: 5c8eaa56ac47eb10e01cb8b707727ed342b7af84f20efd1bfde73cd882d9d0ef8e105b254d2d22d7a22a6dc2918fa172b274bed0df5935f286bf9908db8715b7
7
+ data.tar.gz: c3b6d6c38885ed8df034dbc39e36e8fc409374b9d28d11f5c519fb944f75afc5d0d9d8666aec67e39deb0ffef6cfb590ba3f8a0cd2cccb8b50548d91bbad5368
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RequirePatch
2
2
 
3
- The gem adds a command "require_patch" that connects patches plugins. It used by my team to develop Redmine plugins
3
+ The gem adds a command "require_patch" that includes plugin patches. It used by my team to develop Redmine plugins
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,16 +18,16 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- plugins/awesome_plugin/lib/awesome_plugin
22
- plugins/awesome_plugin/lib/awesome_plugin/user_patch.rb
23
- plugins/awesome_plugin/lib/awesome_plugin/issue_patch.rb
24
- plugins/awesome_plugin/lib/awesome_plugin/user_controller_patch.rb
25
- plugins/awesome_plugin/lib/awesome_plugin/issue_helper_patch.rb
21
+ plugins/awesome_plugin/lib/awesome_plugin
22
+ plugins/awesome_plugin/lib/awesome_plugin/user_patch.rb
23
+ plugins/awesome_plugin/lib/awesome_plugin/issue_patch.rb
24
+ plugins/awesome_plugin/lib/awesome_plugin/user_controller_patch.rb
25
+ plugins/awesome_plugin/lib/awesome_plugin/issue_helper_patch.rb
26
26
 
27
- # plugins/awesome_plugin/init.rb
28
- Rails.config.to_prepare do
29
- require_patch 'awesome_plugin', 'user', 'issue', 'user_controller', 'issue_helper'
30
- end
27
+ # plugins/awesome_plugin/init.rb
28
+ Rails.config.to_prepare do
29
+ require_patch 'awesome_plugin', 'user', 'issue', 'user_controller', 'issue_helper'
30
+ end
31
31
 
32
32
  ## Contributing
33
33
 
@@ -1,3 +1,3 @@
1
1
  module RequirePatch
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = RequirePatch::VERSION
9
9
  spec.authors = ['Roman Shipiev']
10
10
  spec.email = ['roman@shipiev.pro']
11
- spec.summary = %q{The gem adds a command "require_patch" that connects patches plugins}
11
+ spec.summary = %q{The gem adds a command "require_patch" that includes plugin patches}
12
12
  spec.description = %q{The gem used by our team to develop Redmine plugins}
13
13
  spec.homepage = 'https://github.com/shipiev/require_patch'
14
14
  spec.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: require_patch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Shipiev
@@ -76,6 +76,6 @@ rubyforge_project:
76
76
  rubygems_version: 2.0.2
77
77
  signing_key:
78
78
  specification_version: 4
79
- summary: The gem adds a command "require_patch" that connects patches plugins
79
+ summary: The gem adds a command "require_patch" that includes plugin patches
80
80
  test_files: []
81
81
  has_rdoc: