ncore 1.0.0 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 687bf7af7ae063bc540bc41c18ea36eada77d008
4
- data.tar.gz: 9221a21313353c2921edcb6ce78835836fad2a66
3
+ metadata.gz: fc0cd2d836140813317acebb7edd9b8adabf96c3
4
+ data.tar.gz: ae9dec97a381f7ec33f6787b392a279e93fd8802
5
5
  SHA512:
6
- metadata.gz: 77cc977814f4adfa60276f2a9b3404e8804a37658c687ccaf1cf0e4c1cf4819bfaa72d8aeb1d691e58c37f922c1d6362c50865a4dd877da367d383ec6d7b2a08
7
- data.tar.gz: 861663d398ace5c44bd3f8cf49257f7cef95e8127acf999895dc8dc300f37adc3b8fd45dcb8ff28e8b55d42d07e3ddb981343d9098b46195ff2238d523bf5844
6
+ metadata.gz: 7391569e6594e7e37ad20360c7da20a5ca1383712ddc14ff075c2e486d9d9ccb920a2af87430557eb63b7b01d048380e19fc8352e1466f9bf8f4c9bb82f57a01
7
+ data.tar.gz: e1989c0fdd27354b892245adc38aefb3f75a664e7bc81e5d038b449287eb221fcd8b2a44f83755b33cab82969f5f3f0879530f0e4a0b8e3feb3965789add2c60
data/README.md CHANGED
@@ -23,9 +23,6 @@ Or install it yourself as:
23
23
 
24
24
  $ gem install ncore
25
25
 
26
- ## Usage
27
-
28
- TODO: Write usage instructions here
29
26
 
30
27
  ## Contributing
31
28
 
@@ -6,6 +6,7 @@ module NCore
6
6
 
7
7
  included do
8
8
  include ::ActiveModel::Conversion
9
+ extend ::ActiveModel::Naming
9
10
  extend ::ActiveModel::Translation
10
11
  alias :errors :errors_for_actionpack
11
12
  end
data/lib/ncore/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module NCore
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end
data/ncore.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["tm@notioneer.com"]
11
11
  spec.description = %q{NCore - Ruby gem useful for building REST API clients}
12
12
  spec.summary = %q{NCore - Gem for building REST API clients}
13
- spec.homepage = "https://github.com/notioneer/ncore-ruby"
13
+ spec.homepage = 'http://notioneer.com/'
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ncore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - thomas morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-01 00:00:00.000000000 Z
11
+ date: 2015-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -131,7 +131,7 @@ files:
131
131
  - lib/ncore/util.rb
132
132
  - lib/ncore/version.rb
133
133
  - ncore.gemspec
134
- homepage: https://github.com/notioneer/ncore-ruby
134
+ homepage: http://notioneer.com/
135
135
  licenses:
136
136
  - MIT
137
137
  metadata: {}