motion-steward 1.0.0 → 1.0.1
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/bin/motion-steward +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a30b78136af48bb192803c2ea3158d7e07d8891
|
|
4
|
+
data.tar.gz: 07204ea80331a850970e2109db6e6de99fedabe2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bd97bc57bc7d6b1f96114e2a4bbe5e5855f4da0e85e9e18d892b94fcfb404d0fd4212e7c9ec6892a4f7ad5b13b5839244a4e77354f053eac0c0247375c869bd
|
|
7
|
+
data.tar.gz: f5975e52fe4e8e06f3445a732a0f68e062dd8897c45aafdc94c5d0e5e4c62b1fa89d8bacc2f5cd14ef7f6a4b2c730859a49e1d67548dc39d60a87a0577c0980b
|
data/bin/motion-steward
CHANGED
|
@@ -49,7 +49,8 @@ def prompt_for_response message
|
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
def research
|
|
52
|
-
term = prompt_for_response "Enter a search term or app name, and I'll return
|
|
52
|
+
term = prompt_for_response "Enter a search term or app name, and I'll return people will see when they search for that term (along with some fancy data):"
|
|
53
|
+
puts ''
|
|
53
54
|
MotionSteward::AppStoreResearch.analyze(term)
|
|
54
55
|
end
|
|
55
56
|
|