museum 0.1.3 → 0.1.4

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: a67638f454178de4ab1c4682e5f4e153fb0a7653
4
- data.tar.gz: bbdce95a7e7f2b28f44956b2b6ed612515979c58
3
+ metadata.gz: 96eb33c9528627dd721697b76200a9a95642494d
4
+ data.tar.gz: ce2a33a68714d102d297560b93c802203b930bfe
5
5
  SHA512:
6
- metadata.gz: a9b9eb5778a1a7c81b3615a76a02f74808471ad71ed56aa1fd6ad9ba8ee815cb989353beb215cc0fc51c97761686e5168a667b6167d601e726f5739bd67b7ee4
7
- data.tar.gz: 0f05bd419ba1afc7e557a6e8b9cc7e465e11383805bf71189e875f2147494ca03300d6a37353bc4656a5d6483f6cf898bddd265e76e85494a512884fdb23e78f
6
+ metadata.gz: 5c3024bb439c1ede81cc27585bebd714863e3cc627db6933d71074bdeb9dcdd4d1c1a053bbcbfb18c8c53f7123a0ee1bc617cfe697e7ba14ca741429e5dcd7bf
7
+ data.tar.gz: 7bdfa60f3c9cbf927d9453ba65fce3e1d9e59ceb9c5a0ad1a8741ad308bb792bd45d3d4da129380aa34cc8ee6c2480b2f19a6dab60a78c8f6a27129458aec2ea
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -23,7 +23,7 @@ module Museum
23
23
  end
24
24
 
25
25
  def self.follow(key)
26
- detail(key).fetch
26
+ detail(key).fetch('Media-Type' => 'application/vnd.github.html')
27
27
  end
28
28
  end
29
29
  end
data/museum.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: museum 0.1.3 ruby lib
5
+ # stub: museum 0.1.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "museum"
9
- s.version = "0.1.3"
9
+ s.version = "0.1.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: museum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren