rubykhan 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b54692d1c6c47cbf886b8b05e45edddf97afa38e
4
- data.tar.gz: b374a1f129557949f7413bcf2085436d5bb27df3
3
+ metadata.gz: 47f836f3c39c2d08cb0486e8bc290cabb8cd5a2a
4
+ data.tar.gz: 60d3dd01611db3148667d40280961b6ba030a476
5
5
  SHA512:
6
- metadata.gz: 57522718e72d905fb93f13bf5602cb956771d218c12722c6a7724b9e7360912375e2b6d20fadef37983b3bfd92b304823877e37690a59775c082e1f199eebdf8
7
- data.tar.gz: 554ff7e455ff3c7580823f55b6492b8b42a56c8e1fbfa33fd86f8818ac10be8d1b68ea4ec4a91f1a64e9a42ae0ba12d987c9a3cb5cc93b8d2a9e3a6b4ff23475
6
+ metadata.gz: fd30376f1af46f179c769d4070292bf77ae1da3c1aebe97ad299108a74b9133c0e990a2524821a00852c72664e665976383a38cef1a78a27ced9ddd583ae7336
7
+ data.tar.gz: 31f1f80dd0ab784c687040be72afb4725cc7533a9b08acba97728e9af692ede521e916595c5cc3e4c0a756f9f65647eba937d44d8a9a565b910d5f35a00e2d87
@@ -1,3 +1,3 @@
1
1
  module Rubykhan
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
data/lib/rubykhan.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
  require 'httparty'
3
2
  require 'json'
4
3
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubykhan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Crews
@@ -113,15 +113,11 @@ files:
113
113
  - README.md
114
114
  - Rakefile
115
115
  - config.ru
116
- - khan_academy.gemspec
117
116
  - lib/rubykhan.rb
118
117
  - lib/rubykhan/version.rb
119
118
  - lib/topics.rb
120
119
  - rubykhan.gemspec
121
- - rubykhan/.gitignore
122
- - rubykhan/Gemfile
123
120
  - rubykhan/LICENSE.txt
124
- - rubykhan/README.md
125
121
  - rubykhan/Rakefile
126
122
  - rubykhan/lib/rubykhan.rb
127
123
  - rubykhan/lib/rubykhan/version.rb
data/khan_academy.gemspec DELETED
File without changes
data/rubykhan/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
data/rubykhan/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in rubykhan.gemspec
4
- gemspec
data/rubykhan/README.md DELETED
@@ -1,29 +0,0 @@
1
- # Rubykhan
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'rubykhan'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install rubykhan
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request