instapusher 0.0.22 → 0.0.23

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.
data/bin/instapusher CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require_relative '../lib/instapusher/commands'
4
- require_relative '../lib/instapusher/version'
3
+ require_relative '../lib/instapusher'
5
4
 
6
5
  require 'optparse'
7
6
 
data/lib/instapusher.rb CHANGED
@@ -1,8 +1,8 @@
1
- require 'instapusher/git'
2
- require 'instapusher/configuration'
3
- require 'activesupport/all'
1
+ require_relative './instapusher/git'
2
+ require_relative './instapusher/commands'
3
+ require_relative './instapusher/version'
4
+ require_relative './instapusher/configuration'
5
+ require 'active_support/all'
4
6
 
5
7
  module Instapusher
6
8
  end
7
-
8
- Instapusher::Configuration.load
@@ -1,8 +1,6 @@
1
+ require_relative "../instapusher"
1
2
  require 'net/http'
2
3
  require 'uri'
3
- require 'multi_json'
4
- require 'instapusher'
5
- require 'active_support/all'
6
4
 
7
5
  module Instapusher
8
6
  class Commands
@@ -1,10 +1,9 @@
1
1
  require 'yaml'
2
2
 
3
+ # used to read api_key
3
4
  module Instapusher
4
5
  module Configuration
5
6
  extend self
6
- raise 'boom'
7
-
8
7
  @_settings = {}
9
8
  attr_reader :_settings
10
9
 
@@ -1,3 +1,3 @@
1
1
  module Instapusher
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instapusher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: 816964511035073800
100
+ hash: 472285463124539586
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  none: false
103
103
  requirements:
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: 816964511035073800
109
+ hash: 472285463124539586
110
110
  requirements: []
111
111
  rubyforge_project:
112
112
  rubygems_version: 1.8.23