nevermind 0.0.2 → 0.0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fcf26ca60bf55a6350a343e9ccc5baf4cb7ac72
4
- data.tar.gz: 18869cda8433a822bab32a0feda6c3909c024d4c
3
+ metadata.gz: d32729eacafa8424064509ee6499b2fbab4a38d4
4
+ data.tar.gz: 1f48666b8d242e99f9bf0766b08bf3fac970c89a
5
5
  SHA512:
6
- metadata.gz: 66bef2ea482fafca3162490ad6691c8b4c47aaf4787ce9619021bc525bbba4ed908df00b4aa900b92132d5af5d9a7d147c80e8d921a9ebd8cfcc3aa2fb136d4c
7
- data.tar.gz: a20a4b61d8845474d248eb40fbc905413a8718cb09f4b17efd6d73be16c418d9aa8d7cdf4d968a9ea52390b801c8cd61c1866b003bfd3107d251b2c40eb6db94
6
+ metadata.gz: 5b00950859b81a5a0784171fdb1b80d59ef28de8cf3df5bbc8841c1d5f0534207086be5cad72898918880b6d8703b409873c260b29283517f9a1126b212dc3c4
7
+ data.tar.gz: 723f799154fbb28a058dae72c2b37322b6919051a4a13b773f667595881202faf03b62ef8bea3446a627a5f5e92ebba51a42f032263a3e19c191b2e941df8233
@@ -1,3 +1,3 @@
1
1
  module Nevermind
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.2.1"
3
3
  end
@@ -8,9 +8,10 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Nevermind::VERSION
9
9
  spec.authors = ["Roman Exempliarov"]
10
10
  spec.email = ["urvala@gmail.com"]
11
- spec.summary = %q{Abstraction layer that allows to work with multiple models just like with one.}
12
- spec.description = %q{In development now.}
13
- spec.homepage = ""
11
+ spec.summary = 'Abstraction layer that allows to work with multiple models just like with one.'
12
+ spec.description = 'Working with multiple models like with one. ' +
13
+ '@posts = Nevermind::Proxy.new(Article, Video).find_by(author: @author)'
14
+ spec.homepage = "https://github.com/appelsin/nevermind"
14
15
  spec.license = "MIT"
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nevermind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Exempliarov
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: In development now.
83
+ description: 'Working with multiple models like with one. @posts = Nevermind::Proxy.new(Article,
84
+ Video).find_by(author: @author)'
84
85
  email:
85
86
  - urvala@gmail.com
86
87
  executables: []
@@ -101,7 +102,7 @@ files:
101
102
  - spec/schema.rb
102
103
  - spec/seed.rb
103
104
  - spec/spec_helper.rb
104
- homepage: ''
105
+ homepage: https://github.com/appelsin/nevermind
105
106
  licenses:
106
107
  - MIT
107
108
  metadata: {}