flapjack 1.2.1rc3 → 1.2.1

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: 38c70a352010266d6ed0c087dfff6705dcaad41e
4
- data.tar.gz: 3378b3979749e16bc14ea2d01a82197bfe20fac4
3
+ metadata.gz: 1c3317311175764e3c3788fd62a5c77dcc2ceac9
4
+ data.tar.gz: 9fed5e93b52806e9876aa39579a309cf72a454dd
5
5
  SHA512:
6
- metadata.gz: bde5f52706918626c4a1afb1c8b90e106619b027be7c1b6d907835c6f31d1a68b8d1687def8647dfdd3bb3550c6da7bfa5408be3c7c8239d740931a2d49daca2
7
- data.tar.gz: c3e3deffb1a2baeb9be7d494236d08ed61a024593cf0fc00fa137988bde6b4574ee5d136271f07d446fd36c0848b753ca0842eac07a66caf77fde81ae932ba9e
6
+ metadata.gz: 89c8564d062e6117d0625cc29fa19724f984357ad8b42c18ef4170cba70e6a6a5a402687a77ab462e4b311591618012141b924d703acc265c2b162417e50e615
7
+ data.tar.gz: f2722e5e0d9e22d7126e56713f912274e1808217d4a787c8c10d2c08ab44a67995ad273b64d067b21f5f057088d89f386a216f1fb27426cb4504469378cee872
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Flapjack Changelog
2
2
 
3
+ # 1.2.1 - 2014-12-10
4
+ - Bug: Fix PagerDuty log failure on POST (maint/1.x) #744 (@jgoldschrafe)
5
+
3
6
  # 1.2.1rc3 - 2014-12-09
4
7
  - Bug: flapjack 1.2.0 ignores umask and makes logs world writable #708 (@ali-graham)
5
8
  - Bug: Can't get full name email syntax working #690 (@jessereynolds)
data/Gemfile-ruby1.9.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flapjack (1.2.1rc3)
4
+ flapjack (1.2.1)
5
5
  activesupport (~> 3.2.14)
6
6
  blather (~> 0.8.3)
7
7
  chronic
@@ -274,7 +274,6 @@ module Flapjack
274
274
  response = Flapjack.load_json(http.response)
275
275
  rescue Oj::Error
276
276
  @logger.error("failed to parse json from a post to #{url} ... response headers and body follows...")
277
- return nil
278
277
  end
279
278
  status = http.response_header.status
280
279
  @logger.debug(http.response_header.inspect)
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  module Flapjack
4
- VERSION = "1.2.1rc3"
4
+ VERSION = "1.2.1"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flapjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1rc3
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindsay Holmwood
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-12-09 00:00:00.000000000 Z
14
+ date: 2014-12-10 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: dante
@@ -637,9 +637,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
637
637
  version: '0'
638
638
  required_rubygems_version: !ruby/object:Gem::Requirement
639
639
  requirements:
640
- - - ">"
640
+ - - ">="
641
641
  - !ruby/object:Gem::Version
642
- version: 1.3.1
642
+ version: '0'
643
643
  requirements: []
644
644
  rubyforge_project:
645
645
  rubygems_version: 2.2.2