We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac3c41 commit f06856aCopy full SHA for f06856a
JSONRecord.gemspec
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
require 'JSONRecord/version'
5
6
Gem::Specification.new do |gem|
7
- gem.name = "json_record"
+ gem.name = "JSONRecord"
8
gem.version = JSONRecord::VERSION
9
gem.authors = ["Pankaj Doharey"]
10
gem.email = ["[email protected]"]
README.md
@@ -9,15 +9,15 @@ Inventual Roadmap is to make it independent of rails.
Add this line to your application's Gemfile:
11
12
- gem 'json_record'
+ gem 'JSONRecord'
13
14
And then execute:
15
16
$ bundle
17
18
Or install it yourself as:
19
20
-$ gem install json_record
+$ gem install JSONRecord
21
22
## Usage
23
0 commit comments