mconnect 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/mconnect/generator.rb +0 -1
- data/lib/mconnect/version.rb +1 -1
- data/mconnect.gemspec +0 -1
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 880c1c1ed9b2606985811ed7bcaa304d1fd3b038
|
4
|
+
data.tar.gz: 5349fed3ae9cb3665e034ee12f31a55833a900c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
42
|
+
$ mconnect get -e teachers -o ~/Desktop
|
43
43
|
|
44
44
|
## Contributing
|
45
45
|
|
data/lib/mconnect/generator.rb
CHANGED
data/lib/mconnect/version.rb
CHANGED
data/mconnect.gemspec
CHANGED
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.
|
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-
|
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
|