ruboty-redmine 0.0.4 → 0.0.5

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: bcf104205740a7675b39dc610baaf02a1bd44dbf
4
- data.tar.gz: e6904c6198c2673dc4c6e999ccb37c2e02f77527
3
+ metadata.gz: b07efea1665387e1fb4f1ef359f4bcffa0ea29dc
4
+ data.tar.gz: 3c8a8adffc6f7fec6eda27a9dc1c8a7fe60884e8
5
5
  SHA512:
6
- metadata.gz: f28bc2644829ea3ad70ee3d8594a46ef779e08c5d75d16d0d4f82191b18f02d7e412937e6084a9fb2533abba48ccf3a6455fc7241bc9c5750ef90ba47a96f3a5
7
- data.tar.gz: ed581a00f88e7932de5aa9f8ceb7d600b7519e06ac44af64685f2d7ae1494e7af04e840e7bd0b406fd48ebdd668edb279650910f7c86745f8b90cb295ec36d11
6
+ metadata.gz: fcf50d8901492ca6db7f3f1a1cc333d9cfa4f9112a562fe81978f0c56246081bfa9d22b02b28c68cc2e8066cefd046694319eaea8a4847c0ac2e1a2df7599949
7
+ data.tar.gz: 768c013c01bb3cce65221267d31b0e10dc41ab8ceddd2538096e4a1fe0c8ac81e72d17bb085e0a62d3b9fe98e6cea5c8d3a0f21a39f430411ca49f188ce61cd9
@@ -206,10 +206,6 @@ module Ruboty
206
206
  end
207
207
 
208
208
  new_issues.each do |new_issue|
209
- require 'pry'
210
- Pry.config.input = STDIN
211
- Pry.config.output = STDOUT
212
- binding.pry
213
209
  assignees = watch['assignees']
214
210
  assignee = nil
215
211
  unless assignees.empty?
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Redmine
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-redmine
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
  - Ryota Arai