pmrpc-rails 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. data/CHANGES.rdoc +12 -0
  2. data/lib/pmrpc/rails/version.rb +1 -1
  3. metadata +7 -5
@@ -0,0 +1,12 @@
1
+ = Changes log for the Pmrpc-rails Ruby Gem
2
+
3
+ == Version 1.0.1
4
+
5
+ * Add CHANGES file.
6
+ * Add licence declaration to the gemspec.
7
+
8
+ == About this CHANGES file
9
+
10
+ This file is, at least in part, generated by the following command:
11
+
12
+ $ git log --pretty=format:"* %s" --reverse --no-merges <commit-hash>..
@@ -1,6 +1,6 @@
1
1
  module Pmrpc
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  PMRPC_VERSION = "0.7.1"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pmrpc-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-07 00:00:00.000000000 Z
12
+ date: 2013-11-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -78,11 +78,13 @@ files:
78
78
  - lib/pmrpc/rails.rb
79
79
  - lib/pmrpc-rails.rb
80
80
  - vendor/assets/javascript/pmrpc.js
81
+ - CHANGES.rdoc
81
82
  - LICENCE.rdoc
82
83
  - Rakefile
83
84
  - README.rdoc
84
85
  homepage: https://github.com/hainesr/pmrpc-rails
85
- licenses: []
86
+ licenses:
87
+ - Apache 2.0
86
88
  post_install_message:
87
89
  rdoc_options: []
88
90
  require_paths:
@@ -95,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
97
  version: '0'
96
98
  segments:
97
99
  - 0
98
- hash: 1610220569811345664
100
+ hash: 2905118118948142467
99
101
  required_rubygems_version: !ruby/object:Gem::Requirement
100
102
  none: false
101
103
  requirements:
@@ -104,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
106
  version: '0'
105
107
  segments:
106
108
  - 0
107
- hash: 1610220569811345664
109
+ hash: 2905118118948142467
108
110
  requirements: []
109
111
  rubyforge_project:
110
112
  rubygems_version: 1.8.21