bootstrap-datetime-picker-for-rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ end
14
14
 
15
15
  RDoc::Task.new(:rdoc) do |rdoc|
16
16
  rdoc.rdoc_dir = 'rdoc'
17
- rdoc.title = 'BootstrapDatetimepickerRails'
17
+ rdoc.title = 'BootstrapDatetimePickerForRails'
18
18
  rdoc.options << '--line-numbers'
19
19
  rdoc.rdoc_files.include('README.md')
20
20
  rdoc.rdoc_files.include('lib/**/*.rb')
@@ -0,0 +1,4 @@
1
+ require "bootstrap-datetime-picker-for-rails/engine"
2
+
3
+ module BootstrapDateimePickerForRails
4
+ end
@@ -1,4 +1,4 @@
1
- module BootstrapDatetimepickerRails
1
+ module BootstrapDatetimePickerForRails
2
2
  class Engine < ::Rails::Engine
3
3
  end
4
4
  end
@@ -0,0 +1,3 @@
1
+ module BootstrapDatetimePickerForRails
2
+ VERSION = "0.0.3"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-datetime-picker-for-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,14 +76,14 @@ files:
76
76
  - vendor/assets/javascripts/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
77
77
  - vendor/assets/javascripts/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-TW.js
78
78
  - vendor/assets/stylesheets/bootstrap-datetimepicker.css
79
- - lib/bootstrap-datetimepicker-rails/engine.rb
80
- - lib/bootstrap-datetimepicker-rails/version.rb
81
- - lib/bootstrap-datetimepicker-rails.rb
82
- - lib/tasks/bootstrap-datetimepicker-rails_tasks.rake
79
+ - lib/bootstrap-datetime-picker-for-rails/engine.rb
80
+ - lib/bootstrap-datetime-picker-for-rails/version.rb
81
+ - lib/bootstrap-datetime-picker-for-rails.rb
82
+ - lib/tasks/bootstrap-datetime-picker-for-rails_tasks.rake
83
83
  - MIT-LICENSE
84
84
  - Rakefile
85
85
  - README.md
86
- homepage: https://github.com/andreacfm/bootstrap-datetimepicker-rails
86
+ homepage: https://github.com/andreacfm/bootstrap-datetime-picker-for-rails
87
87
  licenses: []
88
88
  post_install_message:
89
89
  rdoc_options: []
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: 555283519198082136
100
+ hash: 4542727620181140544
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  none: false
103
103
  requirements:
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: 555283519198082136
109
+ hash: 4542727620181140544
110
110
  requirements: []
111
111
  rubyforge_project:
112
112
  rubygems_version: 1.8.24
@@ -1,4 +0,0 @@
1
- require "bootstrap-datetimepicker-rails/engine"
2
-
3
- module BootstrapDatetimepickerRails
4
- end
@@ -1,3 +0,0 @@
1
- module BootstrapDatetimepickerRails
2
- VERSION = "0.0.2"
3
- end