nbrew-simple_time_select 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ *.gem
2
+ *.gemspec
3
+ pkg/
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.2.0
@@ -49,7 +49,7 @@ module ActionView::Helpers
49
49
  )
50
50
  end
51
51
  end
52
- build_select(:minute, minute_options)
52
+ build_select(:minute, minute_options.join)
53
53
  end
54
54
  end
55
55
  alias_method_chain :select_minute, :simple_time_select
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nbrew-simple_time_select
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease: false
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
  - Anthony Amoyal
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-05-19 00:00:00 -07:00
18
+ date: 2010-05-27 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -28,6 +28,7 @@ extensions: []
28
28
  extra_rdoc_files:
29
29
  - README
30
30
  files:
31
+ - .gitignore
31
32
  - CHANGELOG
32
33
  - MIT_LICENSE
33
34
  - README
@@ -36,8 +37,6 @@ files:
36
37
  - about.yml
37
38
  - init.rb
38
39
  - lib/simple_time_select.rb
39
- - nbrew-simple_time_select.gemspec
40
- - pkg/simple_time_select-0.0.0.gem
41
40
  - test/simple_time_select_test.rb
42
41
  - test/test_helper.rb
43
42
  has_rdoc: true
@@ -1,52 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{nbrew-simple_time_select}
8
- s.version = "0.1.0"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Anthony Amoyal"]
12
- s.date = %q{2010-05-19}
13
- s.description = %q{A time select component using only ONE select field.}
14
- s.email = %q{tonyamoyal@gmail.com}
15
- s.extra_rdoc_files = [
16
- "README"
17
- ]
18
- s.files = [
19
- "CHANGELOG",
20
- "MIT_LICENSE",
21
- "README",
22
- "Rakefile",
23
- "VERSION",
24
- "about.yml",
25
- "init.rb",
26
- "lib/simple_time_select.rb",
27
- "nbrew-simple_time_select.gemspec",
28
- "pkg/simple_time_select-0.0.0.gem",
29
- "test/simple_time_select_test.rb",
30
- "test/test_helper.rb"
31
- ]
32
- s.homepage = %q{http://github.com/nbrew/simple_time_select}
33
- s.rdoc_options = ["--charset=UTF-8"]
34
- s.require_paths = ["lib"]
35
- s.rubygems_version = %q{1.3.7}
36
- s.summary = %q{Twelve hour time select from a single input for hour, minute and second. Does not modify month, day and year inputs.}
37
- s.test_files = [
38
- "test/simple_time_select_test.rb",
39
- "test/test_helper.rb"
40
- ]
41
-
42
- if s.respond_to? :specification_version then
43
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
44
- s.specification_version = 3
45
-
46
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
47
- else
48
- end
49
- else
50
- end
51
- end
52
-
Binary file