snowman_meltdown 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  = snowman_meltdown
2
2
 
3
- Farewell lovely _snowman...
3
+ Farewell lovely _snowman...☃☃☃
4
4
 
5
5
  == Requirement
6
6
 
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = 'snowman_meltdown'
8
- gem.summary = %Q{A simple middleware for Rails 3 to vanish _snowman from GET params}
8
+ gem.summary = %Q{A simple middleware for Rails 3 to vanish _snowman parameter☃☃☃}
9
9
  gem.description = %Q{goodbye _snowman...}
10
10
  gem.email = 'ronnie@dio.jp'
11
11
  gem.homepage = 'http://github.com/amatsuda/snowman_meltdown'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{snowman_meltdown}
8
- s.version = "0.0.3"
8
+ s.version = "0.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Akira Matsuda"]
@@ -23,7 +23,6 @@ Gem::Specification.new do |s|
23
23
  "README.rdoc",
24
24
  "Rakefile",
25
25
  "VERSION",
26
- "init.rb",
27
26
  "lib/snowman_meltdown.rb",
28
27
  "lib/snowman_meltdown/middleware.rb",
29
28
  "snowman_meltdown.gemspec",
@@ -35,7 +34,7 @@ Gem::Specification.new do |s|
35
34
  s.rdoc_options = ["--charset=UTF-8"]
36
35
  s.require_paths = ["lib"]
37
36
  s.rubygems_version = %q{1.3.7}
38
- s.summary = %q{A simple middleware for Rails 3 to vanish _snowman from GET params}
37
+ s.summary = %q{A simple middleware for Rails 3 to vanish _snowman parameter☃☃☃}
39
38
  s.test_files = [
40
39
  "spec/snowman_meltdown_spec.rb",
41
40
  "spec/spec_helper.rb"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snowman_meltdown
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Akira Matsuda
@@ -52,7 +52,6 @@ files:
52
52
  - README.rdoc
53
53
  - Rakefile
54
54
  - VERSION
55
- - init.rb
56
55
  - lib/snowman_meltdown.rb
57
56
  - lib/snowman_meltdown/middleware.rb
58
57
  - snowman_meltdown.gemspec
@@ -92,7 +91,7 @@ rubyforge_project:
92
91
  rubygems_version: 1.3.7
93
92
  signing_key:
94
93
  specification_version: 3
95
- summary: A simple middleware for Rails 3 to vanish _snowman from GET params
94
+ summary: "A simple middleware for Rails 3 to vanish _snowman parameter\xE2\x98\x83\xE2\x98\x83\xE2\x98\x83"
96
95
  test_files:
97
96
  - spec/snowman_meltdown_spec.rb
98
97
  - spec/spec_helper.rb
data/init.rb DELETED
@@ -1 +0,0 @@
1
- p 'init!'