madmimi 1.0.1 → 1.0.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/lib/madmimi.rb CHANGED
@@ -26,7 +26,6 @@
26
26
  # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27
27
  # THE SOFTWARE.
28
28
 
29
- require 'rubygems' # So I can actually have other gems... All I need to do is ditch activesupport, and I'm good to ditch this one
30
29
  require 'uri'
31
30
  require 'net/http'
32
31
  require 'net/https'
data/madmimi.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{madmimi}
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nicholas Young"]
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
24
24
  "lib/madmimi.rb",
25
25
  "madmimi.gemspec",
26
26
  "pkg/madmimi-1.0.0.gem",
27
+ "pkg/madmimi-1.0.1.gem",
27
28
  "test/helper.rb",
28
29
  "test/test_madmimi.rb"
29
30
  ]
Binary file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nicholas Young
@@ -48,6 +48,7 @@ files:
48
48
  - lib/madmimi.rb
49
49
  - madmimi.gemspec
50
50
  - pkg/madmimi-1.0.0.gem
51
+ - pkg/madmimi-1.0.1.gem
51
52
  - test/helper.rb
52
53
  - test/test_madmimi.rb
53
54
  has_rdoc: true