puppet-syntax 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 2014-08-05 Release 1.2.3
2
+ - Fix puppetlabs_spec_helper warning on Ruby 1.8
3
+
1
4
  2014-07-31 Release 1.2.2
2
5
  - Check and document conflicts with puppetlabs_spec_helper <= 0.7.0
3
6
 
@@ -16,8 +16,9 @@ module PuppetSyntax
16
16
  namespace :syntax do
17
17
  task :check_puppetlabs_spec_helper do
18
18
  psh_present = Rake::Task[:syntax].actions.any? { |a|
19
- a.source_location.first.end_with?('puppetlabs_spec_helper/rake_tasks.rb')
19
+ a.inspect.match(/puppetlabs_spec_helper\/rake_tasks\.rb:\d+/)
20
20
  }
21
+
21
22
  if psh_present
22
23
  warn <<-EOS
23
24
  [WARNING] A conflicting :syntax rake task has been defined by
@@ -1,3 +1,3 @@
1
1
  module PuppetSyntax
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-syntax
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-31 00:00:00.000000000 Z
12
+ date: 2014-08-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: 3933301885653005104
118
+ hash: 4509301081168867953
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  none: false
121
121
  requirements:
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  segments:
126
126
  - 0
127
- hash: 3933301885653005104
127
+ hash: 4509301081168867953
128
128
  requirements: []
129
129
  rubyforge_project:
130
130
  rubygems_version: 1.8.23