oliver 2.1.5 → 2.1.6
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4937eeb6801207decdbdfd903f7ed9f0bfb111ca
|
|
4
|
+
data.tar.gz: fe01a74c7b82b6430a458b37b2284d8567e14406
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f562067065f8207fbafd772a65e73f4925cf99a84df442cb37fad3c6d5a91ad07c401329a2a27580582b576974f9e395a3ce81105271ffdfb3fb205f474ac68a
|
|
7
|
+
data.tar.gz: dd507dfc77ee6f5a213a99c0f5a146f3adc0c720736f9124d63da6c25e3f2f97eda00cceb029a7870f8a18985029b275aa8982e22a4759e1a12d7d63c17e0922
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"trommel": [
|
|
3
|
+
"oliver", "site", "trommel.github.io", "shampoo", "dotfiles", "molly",
|
|
4
|
+
"ebooks_tutorial", "ideas", "unswear", "extras", "treehouse", "lyrix",
|
|
5
|
+
"rails-testing", "bobby", "elementic", "shelly", "make-ebooks", "cards",
|
|
6
|
+
"mcdonalds", "10frank10_ebook", "rmv", "school", "yoga", "get-ebola",
|
|
7
|
+
"how-to-be-an-asshole-on-someone-else-s-computer", "get-twitter-ebooks",
|
|
8
|
+
"endure", "hidenewsstand", "love-moe", "storie", "textymous", "odot",
|
|
9
|
+
"The-Nick-Pomes-Hot-Pockets-Story", "space", "rightNow", "musik",
|
|
10
|
+
"gibberish", "random", "mathematicrobot", "hibbot", "lemonade",
|
|
11
|
+
"whatstylersayingrightnow", "libretto", "arrg", "wikiconvert",
|
|
12
|
+
"calkoolator", "10frank10_ebook",
|
|
13
|
+
],
|
|
14
|
+
"coodles": ["josh-doodles", "brad-doodles"],
|
|
15
|
+
"hellamoe": ["love-josh"],
|
|
16
|
+
"musicalcomputergeek": ["hearingaid_"],
|
|
17
|
+
"pickhardt": ["betty"],
|
|
18
|
+
"blaise-io": ["xssnake"]
|
|
19
|
+
}
|
data/lib/oliver/commands.rb
CHANGED
|
@@ -97,9 +97,8 @@ module Oliver
|
|
|
97
97
|
dirs = Dir.glob('*').select { |f| File.directory? f }
|
|
98
98
|
dirs.each do |dir|
|
|
99
99
|
Dir.chdir(dir)
|
|
100
|
-
|
|
101
|
-
pull
|
|
102
|
-
puts "#{dir}/ has been updated" unless pull.include? 'Already up-to-date'
|
|
100
|
+
`git pull` # Hacks
|
|
101
|
+
# puts "#{dir}/ has been updated" unless pull.include? 'Already up-to-date'
|
|
103
102
|
Dir.chdir('..')
|
|
104
103
|
end
|
|
105
104
|
end
|
data/lib/oliver/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oliver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Trommel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -104,7 +104,8 @@ files:
|
|
|
104
104
|
- bin/olive
|
|
105
105
|
- bin/oliver
|
|
106
106
|
- community/README.md
|
|
107
|
-
- community/iOS-external-libraries-istx25.
|
|
107
|
+
- community/iOS-external-libraries-istx25.json
|
|
108
|
+
- community/main-repos-trommel.json
|
|
108
109
|
- lib/oliver.rb
|
|
109
110
|
- lib/oliver/commands.rb
|
|
110
111
|
- lib/oliver/file_manager.rb
|