rails-calendar 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +6 -0
- data/README.md +3 -2
- data/lib/{rails_calendar.rb → rails-calendar.rb} +0 -0
- data/lib/rails_calendar/version.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# RailsCalendar
|
|
2
2
|
|
|
3
|
+
[](http://badge.fury.io/rb/rails-calendar)
|
|
3
4
|
[](https://coveralls.io/r/rdiazv/rails_calendar?branch=master)
|
|
4
5
|
[](https://travis-ci.org/rdiazv/rails_calendar)
|
|
5
6
|
|
|
@@ -10,7 +11,7 @@ An easy to use calendar for your rails app.
|
|
|
10
11
|
Add this line to your application's Gemfile:
|
|
11
12
|
|
|
12
13
|
```ruby
|
|
13
|
-
gem '
|
|
14
|
+
gem 'rails-calendar'
|
|
14
15
|
```
|
|
15
16
|
|
|
16
17
|
And then execute:
|
|
@@ -22,7 +23,7 @@ $ bundle
|
|
|
22
23
|
Or install it yourself as:
|
|
23
24
|
|
|
24
25
|
```
|
|
25
|
-
$ gem install
|
|
26
|
+
$ gem install rails-calendar
|
|
26
27
|
```
|
|
27
28
|
|
|
28
29
|
## Usage
|
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
|
@@ -2,7 +2,7 @@ require 'capybara/rspec'
|
|
|
2
2
|
require 'coveralls'
|
|
3
3
|
Coveralls.wear!
|
|
4
4
|
|
|
5
|
-
require '
|
|
5
|
+
require 'rails-calendar'
|
|
6
6
|
|
|
7
7
|
# This file was generated by the `rspec --init` command. Conventionally, all
|
|
8
8
|
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-calendar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -156,7 +156,7 @@ files:
|
|
|
156
156
|
- MIT-LICENSE
|
|
157
157
|
- README.md
|
|
158
158
|
- Rakefile
|
|
159
|
-
- lib/
|
|
159
|
+
- lib/rails-calendar.rb
|
|
160
160
|
- lib/rails_calendar/configuration.rb
|
|
161
161
|
- lib/rails_calendar/helpers.rb
|
|
162
162
|
- lib/rails_calendar/simple.rb
|
|
@@ -226,7 +226,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
226
226
|
version: '0'
|
|
227
227
|
segments:
|
|
228
228
|
- 0
|
|
229
|
-
hash:
|
|
229
|
+
hash: 295602306376512435
|
|
230
230
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
231
231
|
none: false
|
|
232
232
|
requirements:
|
|
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
235
235
|
version: '0'
|
|
236
236
|
segments:
|
|
237
237
|
- 0
|
|
238
|
-
hash:
|
|
238
|
+
hash: 295602306376512435
|
|
239
239
|
requirements: []
|
|
240
240
|
rubyforge_project:
|
|
241
241
|
rubygems_version: 1.8.23
|