museum 0.1.4 → 0.1.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: 96eb33c9528627dd721697b76200a9a95642494d
4
- data.tar.gz: ce2a33a68714d102d297560b93c802203b930bfe
3
+ metadata.gz: 8f7943db93f1952fdd05c540cc5863b86d60562b
4
+ data.tar.gz: 8ed2956cf36aa165a2bba8b63d730bfe1d1028f0
5
5
  SHA512:
6
- metadata.gz: 5c3024bb439c1ede81cc27585bebd714863e3cc627db6933d71074bdeb9dcdd4d1c1a053bbcbfb18c8c53f7123a0ee1bc617cfe697e7ba14ca741429e5dcd7bf
7
- data.tar.gz: 7bdfa60f3c9cbf927d9453ba65fce3e1d9e59ceb9c5a0ad1a8741ad308bb792bd45d3d4da129380aa34cc8ee6c2480b2f19a6dab60a78c8f6a27129458aec2ea
6
+ metadata.gz: 1b18f964682f8b1d01157fdc5196d6104efc06d9b059804e5ed93f1e0de6c67f8c14d1eeeb2beb4410a03d39ddae25e3929bd23734a660d9ae5aef4ea8018216
7
+ data.tar.gz: fcd19f5139be109dbf52a94e9b9cedd89519e645cce10c37ba92aff8f1f690c59a292d3c3ca654e73c3ac0c1ed57dfd338795a8681059a23d93eea6572d454be
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -23,7 +23,7 @@ module Museum
23
23
  end
24
24
 
25
25
  def self.follow(key)
26
- detail(key).fetch('Media-Type' => 'application/vnd.github.html')
26
+ detail(key).fetch('Accept' => 'application/vnd.github.html')
27
27
  end
28
28
  end
29
29
  end
@@ -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.4 ruby lib
5
+ # stub: museum 0.1.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "museum"
9
- s.version = "0.1.4"
9
+ s.version = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren