bootstrap_datepicker 0.6 → 0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bootstrap_datepicker.gemspec +2 -2
  2. metadata +8 -10
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "bootstrap_datepicker"
5
- s.version = "0.6"
5
+ s.version = "0.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Alberto Pastor", "Derek Willian Stavis"]
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.rubyforge_project = "bootstrap_datepicker"
19
19
  s.rubygems_version = "1.8.10"
20
20
  s.summary = "View helper that allows to select dates from a calendar (using jQuery and Twitter Bootstrap styles)"
21
- s.add_dependency "twitter-bootstrap-rails", "~> 2.1.1"
21
+ s.add_dependency "twitter-bootstrap-rails"
22
22
 
23
23
  if s.respond_to? :specification_version then
24
24
  s.specification_version = 3
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_datepicker
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 6
9
- version: "0.6"
8
+ - 7
9
+ version: "0.7"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alberto Pastor
@@ -23,14 +23,12 @@ dependencies:
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
- - - ~>
26
+ - - ">="
27
27
  - !ruby/object:Gem::Version
28
- hash: 9
28
+ hash: 3
29
29
  segments:
30
- - 2
31
- - 1
32
- - 1
33
- version: 2.1.1
30
+ - 0
31
+ version: "0"
34
32
  type: :runtime
35
33
  version_requirements: *id001
36
34
  description: View helper that allows to select dates from a calendar (using jQuery and Twitter Bootstrap styles)
@@ -91,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
89
  requirements: []
92
90
 
93
91
  rubyforge_project: bootstrap_datepicker
94
- rubygems_version: 1.8.15
92
+ rubygems_version: 1.8.24
95
93
  signing_key:
96
94
  specification_version: 3
97
95
  summary: View helper that allows to select dates from a calendar (using jQuery and Twitter Bootstrap styles)