d4-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 9356d45175e0db19753c5b87079e655eba12f3b6
4
- data.tar.gz: 0e2cdc4cb8e01de00baca441f01a9b0cea49f712
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTAxMjU5YjY4ZTRiYzcyZGU5NDVkYzY5ZTNkY2UzZDQ3NDZlMTFkZg==
5
+ data.tar.gz: !binary |-
6
+ YWI4M2E5YjgyMzcyZTYxNWE1NTQxZWY2MTJlMzQ5ZWYxMzUyZjg3Zg==
5
7
  SHA512:
6
- metadata.gz: abb18938148da445c52ff36379738868448ee083b08802925d7104f2e7307b852fa72fe350245b22adffd9a59914c5ff6a1f31154028e6cdeec3f27cf376cfc1
7
- data.tar.gz: 135b779602e5bbf7ce473d4b33bf56a9b531ea9e33bf60006a777cc037a9881af6a030ce0b0f1075026c12a17373d37212e889085df755c8f30f39b8cbbc0723
8
+ metadata.gz: !binary |-
9
+ MjE4ZmQwMjkyYWM3ZmEzNzdiN2IxNzU5YzgwODAwNTNlZTAxNDUzNTViMzU4
10
+ ZDAzNWExZjU1YzcyMzBjMmYzYjRkNWVlMmQ5YTFlODNkZmQzM2NmYTFmODYw
11
+ MWIwM2EyNTZmNTliYjAzZGViOGJhMzBjZWJkMjExZjk3ZGY5YWY=
12
+ data.tar.gz: !binary |-
13
+ MTJkM2I5ZmIzOTg2N2M0MTg5MTcxMWYyNDBiZDhlMzI3MDAxZGFlMWE2Nzk2
14
+ YTk4NWJlNjRhMmU2OGY0MDZhMzI4NzgyYmJmZTg3YzA2YTkyZDVkNzQxZGQw
15
+ Y2ViMzEwZDU2MjE5NTdhYzljZGU3MDgwNWQ3NjUxMmE1ZTJjNzc=
data/d4-rails.gemspec CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
  spec.name = "d4-rails"
7
7
  spec.version = D4Rails::VERSION::STRING
8
8
  spec.authors = ["Ankit Gupta", "Gourav Tiwari"]
9
- spec.email = ["ankit8898@gmail.com", "gouravtiwari21@gmail.com"]
10
- spec.homepage = "https://github.com/gouravtiwari/d4-rail"
9
+ spec.email = ["ankit.gupta8898@gmail.com", "gouravtiwari21@gmail.com"]
10
+ spec.homepage = "https://github.com/gouravtiwari/d4-rails"
11
11
  spec.summary = "Wrapper for awesome d4"
12
12
  spec.description = "D4-Rails allows easy integration of d4 DSL with Rails App"
13
13
  spec.license = "MIT"
@@ -1,7 +1,7 @@
1
1
  module D4Rails
2
2
  # Returns the version of the currently loaded Contineo as a Gem::Version
3
3
  def self.version
4
- Gem::Version.new "0.0.1"
4
+ Gem::Version.new "0.0.2"
5
5
  end
6
6
 
7
7
  module VERSION #:nodoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: d4-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ankit Gupta
@@ -15,7 +15,7 @@ dependencies:
15
15
  name: rails
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - '>'
18
+ - - ! '>'
19
19
  - !ruby/object:Gem::Version
20
20
  version: '3.2'
21
21
  - - <
@@ -25,7 +25,7 @@ dependencies:
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
27
27
  requirements:
28
- - - '>'
28
+ - - ! '>'
29
29
  - !ruby/object:Gem::Version
30
30
  version: '3.2'
31
31
  - - <
@@ -49,19 +49,19 @@ dependencies:
49
49
  name: rake
50
50
  requirement: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  description: D4-Rails allows easy integration of d4 DSL with Rails App
63
63
  email:
64
- - ankit8898@gmail.com
64
+ - ankit.gupta8898@gmail.com
65
65
  - gouravtiwari21@gmail.com
66
66
  executables: []
67
67
  extensions: []
@@ -75,7 +75,7 @@ files:
75
75
  - d4-rails.gemspec
76
76
  - lib/d4-rails.rb
77
77
  - lib/d4-rails/version.rb
78
- homepage: https://github.com/gouravtiwari/d4-rail
78
+ homepage: https://github.com/gouravtiwari/d4-rails
79
79
  licenses:
80
80
  - MIT
81
81
  metadata: {}
@@ -85,17 +85,17 @@ require_paths:
85
85
  - lib
86
86
  required_ruby_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - '>='
88
+ - - ! '>='
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - '>='
93
+ - - ! '>='
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.0.6
98
+ rubygems_version: 2.1.10
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Wrapper for awesome d4