executable-hooks 1.2.5 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA512:
3
+ metadata.gz: e35ba7b65ef4ba5f283e9630c4dd721c4ffa09ecb5e7f7314b293f91ebb14f4afc0cbb01de7029b64e831eca600d0de6227647722c52669c9f387080adf894d5
4
+ data.tar.gz: 3d49ba9813fe7a7e555373851b46b0306e561b42dc1dff1958926011b7976447c949ea910ccb578d2e67a401895afc1d1a6dea0d69ece5f1acb824cc73982e8c
5
+ SHA1:
6
+ metadata.gz: 8fc3bfae3d897325e4e5c076a32bf557d999038f
7
+ data.tar.gz: dffd168e778704f26da8439a34b29dedf1cd9b21
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.6
4
+ date: 2013-10-21
5
+
6
+ - Remind users about regenerating binstubs "in case of problems", merge #11
7
+
8
+ ## 1.2.5
9
+ date: 2013-10-12
10
+
11
+ - first try to create the bin dir then check if it is writable, update #9, update wayneeseguin/rvm#2277
12
+
3
13
  ## 1.2.4
4
14
  date: 2013-10-10
5
15
 
@@ -13,6 +13,11 @@ Gem::Specification.new do |s|
13
13
  s.summary = %q{
14
14
  Hook into rubygems executables allowing extra actions to be taken before executable is run.
15
15
  }
16
+ s.post_install_message = <<-MESSAGE
17
+ # In case of problems run the following command to update binstubs:
18
+ gem regenerate_binstubs
19
+ MESSAGE
20
+
16
21
 
17
22
  s.files = `git ls-files`.split("\n")
18
23
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module ExecutableHooks
2
- VERSION = "1.2.5"
2
+ VERSION = "1.2.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: executable-hooks
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease:
6
- segments:
7
- - 1
8
- - 2
9
- - 5
10
- version: 1.2.5
4
+ version: 1.2.6
11
5
  platform: ruby
12
6
  authors:
13
7
  - Michal Papis
@@ -15,19 +9,16 @@ autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
11
 
18
- date: 2013-10-12 00:00:00 Z
12
+ date: 2013-10-21 00:00:00 Z
19
13
  dependencies:
20
14
  - !ruby/object:Gem::Dependency
21
15
  name: tf
22
16
  prerelease: false
23
17
  requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
18
  requirements:
26
- - - ">="
19
+ - &id002
20
+ - ">="
27
21
  - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 0
31
22
  version: "0"
32
23
  type: :development
33
24
  version_requirements: *id001
@@ -63,35 +54,28 @@ files:
63
54
  homepage: https://github.com/mpapis/executable-hooks
64
55
  licenses:
65
56
  - Apache 2.0
66
- post_install_message:
57
+ metadata: {}
58
+
59
+ post_install_message: |
60
+ # In case of problems run the following command to update binstubs:
61
+ gem regenerate_binstubs
62
+
67
63
  rdoc_options: []
68
64
 
69
65
  require_paths:
70
66
  - lib
71
67
  required_ruby_version: !ruby/object:Gem::Requirement
72
- none: false
73
68
  requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- hash: 3
77
- segments:
78
- - 0
79
- version: "0"
69
+ - *id002
80
70
  required_rubygems_version: !ruby/object:Gem::Requirement
81
- none: false
82
71
  requirements:
83
- - - ">="
84
- - !ruby/object:Gem::Version
85
- hash: 3
86
- segments:
87
- - 0
88
- version: "0"
72
+ - *id002
89
73
  requirements: []
90
74
 
91
75
  rubyforge_project:
92
- rubygems_version: 1.8.27
76
+ rubygems_version: 2.0.12
93
77
  signing_key:
94
- specification_version: 3
78
+ specification_version: 4
95
79
  summary: Hook into rubygems executables allowing extra actions to be taken before executable is run.
96
80
  test_files: []
97
81