minered 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/minered/issue.rb +2 -0
  2. data/minered.gemspec +1 -1
  3. metadata +1 -1
@@ -1,3 +1,5 @@
1
+ require 'typhoeus'
2
+
1
3
  class Minered::Issue
2
4
 
3
5
  def initialize(host, key, project_id, subject)
@@ -4,7 +4,7 @@ $:.push File.expand_path("../config", __FILE__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "minered"
7
- s.version = '0.0.4'
7
+ s.version = '0.0.5'
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Daniel Owen van Dommelen"]
10
10
  s.email = ["bunny.rabbit@igotish.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minered
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: