ropes 0.2.1 → 0.2.2

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.
Files changed (3) hide show
  1. data/lib/ropes.rb +1 -1
  2. data/lib/ropes/version.rb +1 -1
  3. metadata +2 -2
data/lib/ropes.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "ropes/version"
2
- require "ropes/repository/debian"
2
+ require "ropes/repository/apt"
3
3
 
4
4
  module Ropes
5
5
 
data/lib/ropes/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ropes
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ropes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  version: '0'
163
163
  requirements: []
164
164
  rubyforge_project:
165
- rubygems_version: 1.8.25
165
+ rubygems_version: 1.8.23
166
166
  signing_key:
167
167
  specification_version: 3
168
168
  summary: Build apt and yum repositories with Ruby