lib/tasks/changelog_task.rb in fog-1.10.1 vs lib/tasks/changelog_task.rb in fog-1.11.0

- old
+ new

@@ -12,11 +12,10 @@ sha = `git log | head -1`.split(' ').last changelog = ["#{Fog::VERSION} #{timestamp} #{sha}"] changelog << ('=' * changelog[0].length) changelog << '' - require 'multi_json' github_repo_data = Fog::JSON.decode(Excon.get('https://api.github.com/repos/fog/fog').body) data = github_repo_data.reject {|key, value| !['forks', 'open_issues', 'watchers'].include?(key)} github_collaborator_data = Fog::JSON.decode(Excon.get('https://api.github.com/repos/fog/fog/collaborators').body) data['collaborators'] = github_collaborator_data.length rubygems_data = Fog::JSON.decode(Excon.get('https://rubygems.org/api/v1/gems/fog.json').body) @@ -59,12 +58,14 @@ 'Decklin Foster', 'Dylan Egan', 'geemus', 'Henry Addison', 'Kevin Menard', + 'Kyle Rames', 'Lincoln Stoll', 'Luqman Amjad', 'Michael Zeng', + 'Nat Welch', 'Nick Osborn', 'nightshade427', 'Patrick Debois', 'Paul Thornthwaite', 'Rupak Ganguly',