Skip to content

Commit

Permalink
include all files
Browse files Browse the repository at this point in the history
  • Loading branch information
craigphares committed Mar 6, 2020
1 parent 4339266 commit 1197706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ PLATFORMS
ruby

DEPENDENCIES
dotenv (~> 2.7.5)
dotenv (~> 2.7, >= 2.7.5)
instagram_basic_display_api!
rspec (~> 3.9.0)
rspec (~> 3.9, >= 3.9.0)

BUNDLED WITH
1.17.3
6 changes: 2 additions & 4 deletions instagram_basic_display_api.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Gem::Specification.new do |s|
s.name = %q{instagram_basic_display_api}
s.version = "0.0.0"
s.version = "0.0.1"
s.date = %q{2020-03-05}
s.summary = %q{Instagram Basic Display API}
s.files = [
"lib/instagram_basic_display_api.rb"
]
s.files = Dir["{lib,spec}/**/*"]
s.require_paths = ["lib"]
s.authors = ["Craig Phares"]
s.licenses = ['MIT']
Expand Down

0 comments on commit 1197706

Please sign in to comment.