AMS 0.99.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +51 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8cfcacbb9f0ba5618cd0a6404a02f09ebe752eee
4
+ data.tar.gz: bdc383443155b2b4ada053033dd6d503bd4b93f2
5
+ SHA512:
6
+ metadata.gz: bbbae6e5733ee1f052b44d45369dab1b96c593661673b166620d5e5e9be7f7b4039d4f669245456a14d4d547600e1de280bfd8a0d6335848fa1afdfd5deb5c47
7
+ data.tar.gz: bf5ce41832106a3267ec86b27f43e462c1a9d440712f850fe7db7aa67152e8a756ee73c1d5d93472a4a16613fed915bfe9d199a76642fa9e987b2867d7381d5c
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: AMS
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.99.0
5
+ platform: ruby
6
+ authors:
7
+ - Benjamin Fleischer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: AMS is placeholder gem for the AMS namespace, used by the active_model_serializers
14
+ gem.
15
+ email:
16
+ - dev@benjaminfleischer.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/bf4/ams
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ homepage_uri: https://github.com/bf4/ams
26
+ source_code_uri: https://github.com/bf4/ams
27
+ bug_tracker_uri: https://github.com/bf4/ams/issues
28
+ post_install_message: |
29
+ ********
30
+ AMS is placeholder gem for the AMS namespace, used by the active_model_serializers gem.
31
+ ********
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 2.5.1
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: Reserves the AMS namespace for ActiveModelSerializers
51
+ test_files: []