lcsp 1.2.1 → 1.2.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/lcsc.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2dd406499415daf45abcf93e8d29af8c35688224cc1b260c5e7ca892c68c55f
4
- data.tar.gz: a545c498a3a2fab4efdd9b8b4e1ff9c3ac1a8b5729973491abf6c85d6012420f
3
+ metadata.gz: d72f96ed938628a07b0a5aa6c5a7b9457783bd53711d1631000f01109869cf57
4
+ data.tar.gz: 73b0740566dd599f6f472d3f488ac35bdaa7f98e94997d938bbe1dd703cd351b
5
5
  SHA512:
6
- metadata.gz: 036a29fef2e949ba4bd87c0cf9d674f5214b347e73600616c256d79bcbb8f50579e234b16ffbcb97e48eefa691c258f1c61f4ab5d56749714e7364ec1d8f1c92
7
- data.tar.gz: 5da7e15d3c63f19e72eacea1f798812085823442443564baf6574b4578233318a12a628485d1c8aaf8c480baf34ff30f629bd6693919f987cb98fbf36c563ddd
6
+ metadata.gz: d1776be0cff7587aa07c03f0dc971b83ed7fbe7d2318ba67cfc4d39a3677a1c6ec2025810a3c958e33684163b6cb36c3c80cd0be35688acc138f3c61df30c0af
7
+ data.tar.gz: 056bb266054fb5ff7316254a1cc5994ba45d8d4bb7ed46f07c0232644584af8a241fcfc0520834228df15f06171c202f5cb22c74da054d1bdcdc6a4ff648ceae
data/README.md CHANGED
@@ -188,8 +188,8 @@ module LCSC
188
188
  # Solutions counter.
189
189
  class LCSCCounter
190
190
  # @param {String} path
191
- def initialize
192
- @path = './'
191
+ def initialize(path)
192
+ @path = path
193
193
  end
194
194
 
195
195
  # @return {Integer}
data/lib/lcsc.rb CHANGED
@@ -17,7 +17,7 @@ module LCSC
17
17
  def start(user, repository)
18
18
  output = ::LCSC::LCSCResolver.new(user, repository).resolve
19
19
 
20
- ::Rouge::CLI.parse([output]).run
20
+ puts("#{output}\n")
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lcsp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Fomchenkov