Skip to content

Commit 677d359

Browse files
committed
One more thing to clean up.
1 parent c63747d commit 677d359

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ PATH
22
remote: .
33
specs:
44
nanoc-github (0.1.0)
5-
faraday-http-cache
65
nanoc (~> 4.0)
76
octokit (~> 4.0)
87

@@ -23,10 +22,8 @@ GEM
2322
ddplugin (1.0.2)
2423
diff-lcs (1.3)
2524
equatable (0.6.1)
26-
faraday (0.17.3)
25+
faraday (1.0.0)
2726
multipart-post (>= 1.2, < 3)
28-
faraday-http-cache (2.0.0)
29-
faraday (~> 0.8)
3027
hamster (3.0.0)
3128
concurrent-ruby (~> 1.0)
3229
hashdiff (1.0.1)

nanoc-github.gemspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.version = Nanoc::Github::VERSION
88
spec.summary = "Nanoc content source from git repository"
99
spec.description = <<~DESC
10-
Nanoc content source from git repository. A way to have your writing in public and open for edition while not being
10+
Nanoc content source from git repository. A way to have your writing in public and open for edition while not being
1111
distracted by static site generator trivia this content is usually mixed with.
1212
DESC
1313
spec.authors = ["Paweł Pacana"]
@@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
2424
spec.require_paths = ["lib"]
2525
spec.extra_rdoc_files = Dir["README.md", "LICENSE.txt"]
2626

27-
spec.add_dependency "nanoc", "~> 4.0"
28-
spec.add_dependency "octokit", "~> 4.0"
29-
spec.add_dependency "faraday-http-cache"
27+
spec.add_dependency "nanoc", "~> 4.0"
28+
spec.add_dependency "octokit", "~> 4.0"
3029
end

0 commit comments

Comments
 (0)