File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 nanoc-github (0.1.0 )
5- faraday-http-cache
65 nanoc (~> 4.0 )
76 octokit (~> 4.0 )
87
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 )
Original file line number Diff line number Diff 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"
3029end
You can’t perform that action at this time.
0 commit comments