devflow 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 749a1415c2dc6d404386178c068b2b3508673164520b3e55c8b90148dddf880c
4
- data.tar.gz: 39c7dfc6fef95e87ff617900899e720286cb27bc32f6f58d1b27d98f351e4c2d
3
+ metadata.gz: c0edf50b8a51f0d13cf6dffc15f984f64d67012155f577800a020d11534420c5
4
+ data.tar.gz: a49418191514d755fd429448065064db0a76fb7ba5d1869ff3e97eb341d402d9
5
5
  SHA512:
6
- metadata.gz: 6bf92bafb3851bad1103bca566e712365cbe556d8adf66373a4b2e3b46daeba226b7dddd65724150e70c37be2b9c079fc19c3080da6d50d5d7a2e018400182c1
7
- data.tar.gz: cf75b0eee97e97bb6557fb21fc30ce59b8f46543f1c2e3fa9afd1b7c87969d41412f9d939cdb451fd967371e756f95352462500b72171ea8cbf0d523c3511c63
6
+ metadata.gz: 05bc9adf59c18ed7991ef3ce1492ef4671616193507c0ffd753e0643f98fd8499886249c342a0b8e2e843bb5311e1cfd978e22b9b8dfaab852ec95085f65960c
7
+ data.tar.gz: 0d6f310f639c07fd6e6e2ba2e9d1a7256b759931acc2d7f4a9fbd1b683c7fd949cfab2e73a4417e7ab8078552be99833122c7632e768329cc825896ff03c14f4
data/Gemfile.lock CHANGED
@@ -1,4 +1,11 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ devflow (0.0.6)
5
+ httparty (~> 0.16)
6
+
1
7
  GEM
8
+ remote: https://rubygems.org/
2
9
  specs:
3
10
  httparty (0.16.3)
4
11
  mime-types (~> 3.0)
@@ -12,7 +19,8 @@ PLATFORMS
12
19
  ruby
13
20
 
14
21
  DEPENDENCIES
15
- httparty (~> 0.16)
22
+ bundler (~> 1.3)
23
+ devflow!
16
24
 
17
25
  BUNDLED WITH
18
26
  1.17.1
@@ -1,6 +1,3 @@
1
- require "devflow/commands/branch"
2
- require "devflow/commands/pr"
3
-
4
1
  module DevFlow
5
2
  class Command
6
3
  def initialize(args)
@@ -1,3 +1,5 @@
1
+ require "devflow/command"
2
+
1
3
  module DevFlow
2
4
  module Commands
3
5
  class Branch < DevFlow::Command
@@ -1,3 +1,5 @@
1
+ require "devflow/command"
2
+
1
3
  module DevFlow
2
4
  module Commands
3
5
  class PR < DevFlow::Command
@@ -1,3 +1,3 @@
1
1
  module DevFlow
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/devflow.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "devflow/target_process"
2
- require "devflow/command"
2
+ require "devflow/commands/branch"
3
+ require "devflow/commands/pr"
3
4
 
4
5
  module DevFlow
5
6
  def self.branchify(string)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge