motion-concierge 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/project/{ns_data.rb → ext/ns_data.rb} +0 -0
- data/lib/project/{ns_string.rb → ext/ns_string.rb} +0 -0
- metadata +3 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 181bb2d7e308c06b224de55b37bfa65a3b04da97
|
4
|
+
data.tar.gz: f13a0c5e970b4000b0e549bd1fec5a2a3b6f5f24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a17de4f153695ef089d5e405821932b11d45f7dcce144137795f372ee06193bf59696a139486df6975c4622225944f183022fc5562ed51531badffe898724413
|
7
|
+
data.tar.gz: f19f8d5a1128b19cd42d56ad47893465bf3cf2713784231a33908aad50621918658328ca4e7ca8fc4ababff95b5b1e9391d011f1578c8083be4033f88da5b109
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# motion-concierge
|
2
2
|
|
3
3
|
[![Build Status](https://travis-ci.org/OTGApps/motion-concierge.svg)](https://travis-ci.org/OTGApps/motion-concierge)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/motion-concierge.png)](http://badge.fury.io/rb/motion-concierge)
|
4
5
|
|
5
6
|
motion-concierge is your personal data concierge! Just provide a file name, and network url, and set up some basic rules regarding when to download the data and the concierge will automatically fetch your data for you from the web!
|
6
7
|
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-concierge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Rickert
|
@@ -58,26 +58,6 @@ dependencies:
|
|
58
58
|
- - ">"
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '10.0'
|
61
|
-
- !ruby/object:Gem::Dependency
|
62
|
-
name: motion_print
|
63
|
-
requirement: !ruby/object:Gem::Requirement
|
64
|
-
requirements:
|
65
|
-
- - "~>"
|
66
|
-
- !ruby/object:Gem::Version
|
67
|
-
version: '0'
|
68
|
-
- - ">"
|
69
|
-
- !ruby/object:Gem::Version
|
70
|
-
version: '0'
|
71
|
-
type: :development
|
72
|
-
prerelease: false
|
73
|
-
version_requirements: !ruby/object:Gem::Requirement
|
74
|
-
requirements:
|
75
|
-
- - "~>"
|
76
|
-
- !ruby/object:Gem::Version
|
77
|
-
version: '0'
|
78
|
-
- - ">"
|
79
|
-
- !ruby/object:Gem::Version
|
80
|
-
version: '0'
|
81
61
|
description: motion-concierge is your personal data concierge!. Just provide a file
|
82
62
|
name, and network url, and set up some basic rules regarding when to download the
|
83
63
|
data and the concierge will automatically fetch your data for you from the web!
|
@@ -89,9 +69,9 @@ extra_rdoc_files: []
|
|
89
69
|
files:
|
90
70
|
- README.md
|
91
71
|
- lib/motion-concierge.rb
|
72
|
+
- lib/project/ext/ns_data.rb
|
73
|
+
- lib/project/ext/ns_string.rb
|
92
74
|
- lib/project/motion-concierge.rb
|
93
|
-
- lib/project/ns_data.rb
|
94
|
-
- lib/project/ns_string.rb
|
95
75
|
homepage: https://github.com/OTGApps/motion-concierge
|
96
76
|
licenses:
|
97
77
|
- MIT
|