kaminari-i18n 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "kaminari-i18n"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
@@ -26,9 +26,7 @@ Gem::Specification.new do |s|
26
26
  "VERSION",
27
27
  "kaminari-i18n.gemspec",
28
28
  "lib/generators/kaminari/locale_generator.rb",
29
- "lib/kaminari_i18n.rb",
30
- "test/helper.rb",
31
- "test/test_kaminari-i18n.rb"
29
+ "lib/kaminari-i18n.rb"
32
30
  ]
33
31
  s.homepage = "http://github.com/mcasimir/kaminari-i18n"
34
32
  s.licenses = ["MIT"]
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaminari-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,9 +76,7 @@ files:
76
76
  - VERSION
77
77
  - kaminari-i18n.gemspec
78
78
  - lib/generators/kaminari/locale_generator.rb
79
- - lib/kaminari_i18n.rb
80
- - test/helper.rb
81
- - test/test_kaminari-i18n.rb
79
+ - lib/kaminari-i18n.rb
82
80
  homepage: http://github.com/mcasimir/kaminari-i18n
83
81
  licenses:
84
82
  - MIT
@@ -94,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
92
  version: '0'
95
93
  segments:
96
94
  - 0
97
- hash: -3301727185712189185
95
+ hash: -3171365942506084311
98
96
  required_rubygems_version: !ruby/object:Gem::Requirement
99
97
  none: false
100
98
  requirements:
data/test/helper.rb DELETED
@@ -1,18 +0,0 @@
1
- require 'rubygems'
2
- require 'bundler'
3
- begin
4
- Bundler.setup(:default, :development)
5
- rescue Bundler::BundlerError => e
6
- $stderr.puts e.message
7
- $stderr.puts "Run `bundle install` to install missing gems"
8
- exit e.status_code
9
- end
10
- require 'test/unit'
11
- require 'shoulda'
12
-
13
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
14
- $LOAD_PATH.unshift(File.dirname(__FILE__))
15
- require 'kaminari-i18n'
16
-
17
- class Test::Unit::TestCase
18
- end
@@ -1,7 +0,0 @@
1
- require 'helper'
2
-
3
- class TestKaminariI18n < Test::Unit::TestCase
4
- should "probably rename this file and start testing for real" do
5
- flunk "hey buddy, you should probably rename this file and start testing for real"
6
- end
7
- end