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: 490021f33a6c983770a4e028c1b5d5fb593e0602
4
- data.tar.gz: 857e4ec08a8ed8b4521c0e64cd4c0fd50e6d5821
3
+ metadata.gz: 4937eeb6801207decdbdfd903f7ed9f0bfb111ca
4
+ data.tar.gz: fe01a74c7b82b6430a458b37b2284d8567e14406
5
5
  SHA512:
6
- metadata.gz: f5929ba6abc86cd71e0c922c0a05148b280313b807bd0c92cf92ee38cbaef57b8e2e5b67530b49c95509f00467b80858791844abcee4da294dd0ad541060e3be
7
- data.tar.gz: ac87cffef23b7f6ed0f839c46df48f5dff1b7a29be69b5e46b0806dce1ab0901fe2af8bbcabc36c9e0e134cb894c5dbdc467a7ab9d3621238af8a0189247aafe
6
+ metadata.gz: f562067065f8207fbafd772a65e73f4925cf99a84df442cb37fad3c6d5a91ad07c401329a2a27580582b576974f9e395a3ce81105271ffdfb3fb205f474ac68a
7
+ data.tar.gz: dd507dfc77ee6f5a213a99c0f5a146f3adc0c720736f9124d63da6c25e3f2f97eda00cceb029a7870f8a18985029b275aa8982e22a4759e1a12d7d63c17e0922
@@ -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
+ }
@@ -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
- g = Git.open(Dir.pwd)
101
- pull = g.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
@@ -2,7 +2,7 @@ module Oliver
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- PATCH = 5
5
+ PATCH = 6
6
6
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
7
7
  end
8
8
  end
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.5
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-10 00:00:00.000000000 Z
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.yml
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