dunkstewart-webbits 0.1.0 → 0.2.0

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.2.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dunkstewart-webbits}
8
- s.version = "0.1.0"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Duncan Stewart"]
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
26
26
  "Rakefile",
27
27
  "VERSION",
28
28
  "dunkstewart-webbits.gemspec",
29
- "lib/paged.rb",
30
29
  "lib/webbits.rb",
30
+ "lib/webbits/paged.rb",
31
31
  "spec/paged_spec.rb",
32
32
  "spec/spec_helper.rb"
33
33
  ]
data/lib/webbits.rb CHANGED
@@ -1 +1 @@
1
- require 'paged'
1
+ require 'webbits/paged'
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dunkstewart-webbits
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
8
+ - 2
9
9
  - 0
10
- version: 0.1.0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Duncan Stewart
@@ -79,8 +79,8 @@ files:
79
79
  - Rakefile
80
80
  - VERSION
81
81
  - dunkstewart-webbits.gemspec
82
- - lib/paged.rb
83
82
  - lib/webbits.rb
83
+ - lib/webbits/paged.rb
84
84
  - spec/paged_spec.rb
85
85
  - spec/spec_helper.rb
86
86
  has_rdoc: true