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.
@@ -1,3 +1,9 @@
1
+ 0.3.0 (September 1, 2014)
2
+ ------------------------
3
+
4
+ * Gem renaming to rails-calendar
5
+ * Publishing in RubyGems.
6
+
1
7
  0.2.0 (September 1, 2014)
2
8
  ------------------------
3
9
 
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # RailsCalendar
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/rails-calendar.svg)](http://badge.fury.io/rb/rails-calendar)
3
4
  [![Coverage Status](https://coveralls.io/repos/rdiazv/rails_calendar/badge.png?branch=master)](https://coveralls.io/r/rdiazv/rails_calendar?branch=master)
4
5
  [![Build Status](https://travis-ci.org/rdiazv/rails_calendar.svg?branch=master)](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 'rails_calendar'
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 rails_calendar
26
+ $ gem install rails-calendar
26
27
  ```
27
28
 
28
29
  ## Usage
@@ -1,3 +1,3 @@
1
1
  module RailsCalendar
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -2,7 +2,7 @@ require 'capybara/rspec'
2
2
  require 'coveralls'
3
3
  Coveralls.wear!
4
4
 
5
- require 'rails_calendar'
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.2.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/rails_calendar.rb
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: -526493285716740988
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: -526493285716740988
238
+ hash: 295602306376512435
239
239
  requirements: []
240
240
  rubyforge_project:
241
241
  rubygems_version: 1.8.23