gh_backup 0.0.3 → 0.0.5

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gh_backup (0.0.3)
4
+ gh_backup (0.0.5)
5
5
  rake
6
6
  thor
7
7
 
@@ -1,3 +1,3 @@
1
1
  module GhBackup
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/gh_backup.rb CHANGED
@@ -7,7 +7,7 @@ module GhBackup
7
7
 
8
8
  class Base
9
9
 
10
- REPO_LIMIT = 100
10
+ REPO_LIMIT = 150
11
11
 
12
12
  def initialize(color=true)
13
13
  @color = color
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gh_backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  segments:
78
78
  - 0
79
- hash: 3037816851057678351
79
+ hash: -1015712525566884284
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  none: false
82
82
  requirements:
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: 3037816851057678351
88
+ hash: -1015712525566884284
89
89
  requirements: []
90
90
  rubyforge_project:
91
91
  rubygems_version: 1.8.23