sunil_custom_field 0.0.1 → 0.0.2

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: 1fde8cbb469523a4f9f2ee7c45e70ca1859c2162
4
- data.tar.gz: 662d2a0084e0154f2204ed119dbf80873600f264
3
+ metadata.gz: b8143cb3ef31f3821ed61cfa10013283a4b5d59b
4
+ data.tar.gz: 1b8049c36993d90bc9debcbe52e1b796c73a59ba
5
5
  SHA512:
6
- metadata.gz: 7612a7305873d5cb7a240f89473844546e2ea19948e42002e942c0c68c8692ad64ab60c852b3cb1808902d80e2d9f773618f350157d8bf5769445e2bf30fbf24
7
- data.tar.gz: 36cbc89f4b1fc2aa34cbd377f8d1cf4f8bc2a24bcb8ac3ed3c91338a6196fc4a006911cf4807760a8c25d27d313eab191a1b863866dc6b6c1b133d95b1cbf9b4
6
+ metadata.gz: c64bc7e494937e461d30016f7974135afb9b231e6d6182cb4a70c9864b49d2560efbb36e27e007c646733599b5db02cc7e62a23b03dfebfd9baecf980b548aef
7
+ data.tar.gz: 26dc4dbc1ff015ea7c411a933c9121ff7b1ed680021d01b9baf21ca641b6a7fd58a123a2483900256234abd367992c67bc9a7c455a6a95084a611281ace4b983
data/README.md CHANGED
@@ -20,11 +20,13 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ require "sunil_custom_field"
24
+
25
+ field=SunilCustomField.new("User","feb","string")
24
26
 
25
27
  ## Contributing
26
28
 
27
- 1. Fork it ( https://github.com/[my-github-username]/sunil_custom_field/fork )
29
+ 1. Fork it ( https://github.com/snlkumar/sunil_custom_field/fork )
28
30
  2. Create your feature branch (`git checkout -b my-new-feature`)
29
31
  3. Commit your changes (`git commit -am 'Add some feature'`)
30
32
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module SunilCustomField
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunil_custom_field
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
  - sunil kumar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-20 00:00:00.000000000 Z
11
+ date: 2014-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler