Skip to content

Commit

Permalink
fix README and url
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Aug 10, 2018
1 parent 129e123 commit 17dacff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dct (0.1.0)
dct (0.1.1)

GEM
remote: https://rubygems.org/
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

### Features

#### DONE
- DCTII, DCTIII supported
- non power of 2 supported
- O(N) complexity (TODO: O(logN))

#### TODO
- O(logN) complexity implementation

### Products using this gem

Expand Down
2 changes: 1 addition & 1 deletion dct.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|

spec.summary = 'Pure ruby implementation of DCT'
spec.description = 'Pure ruby implementation of DCT'
spec.homepage = 'https://github.com/contribu/dct.git'
spec.homepage = 'https://github.com/contribu/dct'
spec.license = 'MIT'

# Specify which files should be added to the gem when it is released.
Expand Down
2 changes: 1 addition & 1 deletion lib/dct/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dct
VERSION = '0.1.0'
VERSION = '0.1.1'
end

0 comments on commit 17dacff

Please sign in to comment.