sunil_custom_field 0.1.2 → 0.1.4

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: 9a898306010aa6531c5de5345122cb7052ec2c86
4
- data.tar.gz: 55e291deb2965135f8c982b89fed0c9172688ced
3
+ metadata.gz: 59ff9149df2ac6ddc9c33094c2c97b27cef9b1d2
4
+ data.tar.gz: f192e2c00bc18560d5fc3ea64f0f1ac1c820c7a1
5
5
  SHA512:
6
- metadata.gz: bcca4452e3c761d707e39fb30d9fcca67c20bff91969ab568c24cdd3748b5b16ead4f1085034b591bdfe4b40a65169a6fc8604cfc79fc2e188e4116f46219637
7
- data.tar.gz: 83f181f19c8b425bdcbac09800d32426f285f8c534bbf9c1d76ab3212c067e2c6630983b4ee3f2243a330666953ab22dd54fb26bed2763fdf3cf133c828b24a2
6
+ metadata.gz: f6112674d56a30256a0ac475520caff79437392ee568fc035380a7081d3384abf9c9921ff2734279bbd69e33795c97fe30fa326e88ebe90d4ec56f9936169f75
7
+ data.tar.gz: 0a4f28af8e471bc2f7a7445a17f14dd18be3833d427af1f3181bc74039e7a8c962f77987def58c1764aa19e2da6ee1ab6fcc00ee12c24b72467b07af7aae1d0c
@@ -1,3 +1,3 @@
1
1
  module SunilCustomField
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -1,5 +1,4 @@
1
1
  require 'active_support/core_ext/string'
2
- require 'sunil_custom_field/version'
3
2
  require 'rake'
4
3
  class SunilCustomField
5
4
  def initialize(model,field_name,field_type)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunil_custom_field
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sunil kumar
@@ -50,7 +50,6 @@ files:
50
50
  - Gemfile
51
51
  - LICENSE.txt
52
52
  - README.md
53
- - README.md~
54
53
  - Rakefile
55
54
  - lib/sunil_custom_field.rb
56
55
  - lib/sunil_custom_field/version.rb
data/README.md~ DELETED
@@ -1,32 +0,0 @@
1
- # SunilCustomField
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'sunil_custom_field'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install sunil_custom_field
20
-
21
- ## Usage
22
-
23
- require "sunil_custom_field"
24
- SunilCustomField.new("User","feb","string")
25
-
26
- ## Contributing
27
-
28
- 1. Fork it ( https://github.com/[my-github-username]/sunil_custom_field/fork )
29
- 2. Create your feature branch (`git checkout -b my-new-feature`)
30
- 3. Commit your changes (`git commit -am 'Add some feature'`)
31
- 4. Push to the branch (`git push origin my-new-feature`)
32
- 5. Create a new Pull Request