mconnect 0.1.2 → 0.1.3

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: 948eb6c67121e0e1ea374fea00c6308df6a93772
4
- data.tar.gz: 0c48a76c2959530fec7df1e6dd896304ca963035
3
+ metadata.gz: 880c1c1ed9b2606985811ed7bcaa304d1fd3b038
4
+ data.tar.gz: 5349fed3ae9cb3665e034ee12f31a55833a900c5
5
5
  SHA512:
6
- metadata.gz: 50ee996726e6f3ba3eb96b8c2df735e2b871cfddbd79cbbea3dd60e8e6d322f54f506b47095b0f38e27e402b554abc0ce27a616d27b960c38eca629043b04784
7
- data.tar.gz: cd9baaa2313597de01c8c29bd033cfc5b5a7a9855746380c80ffa0e833e60d19fb52b7ef90682133368424656d6cf427a2a1417693acc1cda8ce721547b8640f
6
+ metadata.gz: 0a1a0917dc77b170e4a50f00eae91b94217c693698e93c917eab72a655f4ee07d457d2f58f37776eba7ac1154a904392edae01540248148f6696e70d840f0cee
7
+ data.tar.gz: ba7b001e7a412cf5a82016fc363af3eecf8c90c45835f39e2e5a0d6545775c1a6a769a87c3dd3b35d37a873bf503a6d1695d85b81236e4e862fcf61ca278fa44
data/README.md CHANGED
@@ -36,10 +36,10 @@ into the input and the program completes, your authorization file has been gener
36
36
 
37
37
  You are now free to run the get method in order to get a specific API endpoint
38
38
  and export it to a CSV file. Use the '-e' to tell the program which endpoint you
39
- want to export and '-o' to tell it where you want the data to go. You can see an
39
+ want to export and '-o' to tell it where you want the CSV to go. You can see an
40
40
  example below:
41
41
 
42
- $ mconnect get -e teachers -o ~/Desktop/teachers.csv
42
+ $ mconnect get -e teachers -o ~/Desktop
43
43
 
44
44
  ## Contributing
45
45
 
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
  module Mconnect
3
2
  class Generator
4
3
  attr_accessor :content
@@ -1,3 +1,3 @@
1
1
  module Mconnect
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/mconnect.gemspec CHANGED
@@ -24,5 +24,4 @@ Gem::Specification.new do |spec|
24
24
  spec.add_development_dependency "bundler", "~> 1.6"
25
25
  spec.add_development_dependency "rake"
26
26
  spec.add_development_dependency "rspec"
27
- spec.add_development_dependency "pry"
28
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Silas Sao
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-23 00:00:00.000000000 Z
11
+ date: 2014-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -80,20 +80,6 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: pry
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
83
  description: Gem created to convert MasteryConnect API endpoints to CSV
98
84
  email:
99
85
  - silassao@gmail.com