Skip to content

Commit

Permalink
Change dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Novikov committed Nov 16, 2015
1 parent e5285d1 commit 97d7678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Add this line to your application's Gemfile:

```ruby
gem 'snp_vk_parser', github: 'groony/snp-vk-parser'
gem 'snp_vk_parser'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion snp_parse_vk.gemspec → snp_vk_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = ''
spec.license = 'MIT'

spec.add_runtime_dependency 'vkontakte-api', '~> 1.4'
spec.add_runtime_dependency 'vkontakte_api', '~> 1.4'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
Expand Down

0 comments on commit 97d7678

Please sign in to comment.