inline_forms 3.0.40 → 3.0.41

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: e7484d2a5bdd35fd79c054f43389e208dfdf1470
4
- data.tar.gz: 7787935b6306de94df68955df792f06a86c7bb4b
3
+ metadata.gz: 7a23d1e0d134d2cdddc4d56417127d344391a207
4
+ data.tar.gz: 47d99bf5e664eb827b751f7224edd1a5e6c1bfe0
5
5
  SHA512:
6
- metadata.gz: 3cb19ca97a499a0dc5b25d656bf650a499a58f5a91c55a3b8d6526a31a69673490c08d6e84d26bf7058bec927934dbfa1ef2e5d1eea9aaedd990cf046a16bf85
7
- data.tar.gz: 9f6f877bb399b604f32bd27b3e36166d7dcb0deb2d742b4f07a258141433329d7568617fa35ee8aa6010ce324f13b557441aa7e604f90e10d2085405497c143c
6
+ metadata.gz: 3c358cf761fec6036423dd04fb96d3f6a13bbac2ca20d51c946adc3404d75998d4376ae6bfbe30d89167da6f8fd67159fb30cde925e975d9f44a1bbb19c6d744
7
+ data.tar.gz: 739e689a2452ea6a869f0cbf88578899e32fe5bc72ba3b7618fe585ad0834676ad3f88a8660b20e1e5c50a8b4789e8cb41395d5f753a892d32597640f5a7cebe
@@ -0,0 +1,49 @@
1
+ # rcov generated
2
+ coverage
3
+
4
+ # rdoc generated
5
+ rdoc
6
+
7
+ # yard generated
8
+ doc
9
+ .yardoc
10
+
11
+ # bundler
12
+ .bundle
13
+
14
+ # jeweler generated
15
+ pkg
16
+
17
+ # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
18
+ #
19
+ # * Create a file at ~/.gitignore
20
+ # * Include files you want ignored
21
+ # * Run: git config --global core.excludesfile ~/.gitignore
22
+ #
23
+ # After doing this, these files will be ignored in all your git projects,
24
+ # saving you from having to 'pollute' every project you touch with them
25
+ #
26
+ # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
27
+ #
28
+ # For MacOS:
29
+ #
30
+ #.DS_Store
31
+ #
32
+ # For TextMate
33
+ #*.tmproj
34
+ #tmtags
35
+ #
36
+ # For emacs:
37
+ #*~
38
+ #\#*
39
+ #.\#*
40
+ #
41
+ # For vim:
42
+ #*.swp
43
+ .project
44
+ .ruby-version
45
+ .ruby-gemset
46
+ .idea
47
+ bin/LETOVER
48
+
49
+ Gemfile.lock
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "3.0.40"
3
+ VERSION = "3.0.41"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.40
4
+ version: 3.0.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares
@@ -150,7 +150,6 @@ files:
150
150
  - ".document"
151
151
  - ".gitignore"
152
152
  - Gemfile
153
- - Gemfile.lock
154
153
  - LICENSE.txt
155
154
  - README.rdoc
156
155
  - Rakefile
@@ -1,166 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- inline_forms (3.0.40)
5
- rails (= 3.2.21)
6
- rails-i18n
7
- rvm
8
- thor
9
- validation_hints
10
-
11
- GEM
12
- remote: http://rubygems.org/
13
- specs:
14
- actionmailer (3.2.21)
15
- actionpack (= 3.2.21)
16
- mail (~> 2.5.4)
17
- actionpack (3.2.21)
18
- activemodel (= 3.2.21)
19
- activesupport (= 3.2.21)
20
- builder (~> 3.0.0)
21
- erubis (~> 2.7.0)
22
- journey (~> 1.0.4)
23
- rack (~> 1.4.5)
24
- rack-cache (~> 1.2)
25
- rack-test (~> 0.6.1)
26
- sprockets (~> 2.2.1)
27
- activemodel (3.2.21)
28
- activesupport (= 3.2.21)
29
- builder (~> 3.0.0)
30
- activerecord (3.2.21)
31
- activemodel (= 3.2.21)
32
- activesupport (= 3.2.21)
33
- arel (~> 3.0.2)
34
- tzinfo (~> 0.3.29)
35
- activeresource (3.2.21)
36
- activemodel (= 3.2.21)
37
- activesupport (= 3.2.21)
38
- activesupport (3.2.21)
39
- i18n (~> 0.6, >= 0.6.4)
40
- multi_json (~> 1.0)
41
- addressable (2.3.8)
42
- arel (3.0.3)
43
- builder (3.0.4)
44
- descendants_tracker (0.0.4)
45
- thread_safe (~> 0.3, >= 0.3.1)
46
- diff-lcs (1.2.5)
47
- erubis (2.7.0)
48
- faraday (0.9.1)
49
- multipart-post (>= 1.2, < 3)
50
- git (1.2.9.1)
51
- github_api (0.12.3)
52
- addressable (~> 2.3)
53
- descendants_tracker (~> 0.0.4)
54
- faraday (~> 0.8, < 0.10)
55
- hashie (>= 3.3)
56
- multi_json (>= 1.7.5, < 2.0)
57
- nokogiri (~> 1.6.3)
58
- oauth2
59
- hashie (3.4.2)
60
- highline (1.7.2)
61
- hike (1.2.3)
62
- i18n (0.7.0)
63
- jeweler (2.0.1)
64
- builder
65
- bundler (>= 1.0)
66
- git (>= 1.2.5)
67
- github_api
68
- highline (>= 1.6.15)
69
- nokogiri (>= 1.5.10)
70
- rake
71
- rdoc
72
- journey (1.0.4)
73
- json (1.8.3)
74
- jwt (1.5.0)
75
- mail (2.5.4)
76
- mime-types (~> 1.16)
77
- treetop (~> 1.4.8)
78
- mime-types (1.25.1)
79
- mini_portile (0.6.2)
80
- multi_json (1.11.0)
81
- multi_xml (0.5.5)
82
- multipart-post (2.0.0)
83
- nokogiri (1.6.6.2)
84
- mini_portile (~> 0.6.0)
85
- oauth2 (1.0.0)
86
- faraday (>= 0.8, < 0.10)
87
- jwt (~> 1.0)
88
- multi_json (~> 1.3)
89
- multi_xml (~> 0.5)
90
- rack (~> 1.2)
91
- polyglot (0.3.5)
92
- rack (1.4.5)
93
- rack-cache (1.2)
94
- rack (>= 0.4)
95
- rack-ssl (1.3.4)
96
- rack
97
- rack-test (0.6.3)
98
- rack (>= 1.0)
99
- rails (3.2.21)
100
- actionmailer (= 3.2.21)
101
- actionpack (= 3.2.21)
102
- activerecord (= 3.2.21)
103
- activeresource (= 3.2.21)
104
- activesupport (= 3.2.21)
105
- bundler (~> 1.0)
106
- railties (= 3.2.21)
107
- rails-i18n (3.0.1)
108
- i18n (~> 0.5)
109
- rails (>= 3.0.0, < 4.0.0)
110
- railties (3.2.21)
111
- actionpack (= 3.2.21)
112
- activesupport (= 3.2.21)
113
- rack-ssl (~> 1.3.2)
114
- rake (>= 0.8.7)
115
- rdoc (~> 3.4)
116
- thor (>= 0.14.6, < 2.0)
117
- rake (10.4.2)
118
- rdoc (3.12.2)
119
- json (~> 1.4)
120
- rspec-core (3.2.3)
121
- rspec-support (~> 3.2.0)
122
- rspec-expectations (3.2.1)
123
- diff-lcs (>= 1.2.0, < 2.0)
124
- rspec-support (~> 3.2.0)
125
- rspec-mocks (3.2.1)
126
- diff-lcs (>= 1.2.0, < 2.0)
127
- rspec-support (~> 3.2.0)
128
- rspec-rails (3.2.3)
129
- actionpack (>= 3.0, < 4.3)
130
- activesupport (>= 3.0, < 4.3)
131
- railties (>= 3.0, < 4.3)
132
- rspec-core (~> 3.2.0)
133
- rspec-expectations (~> 3.2.0)
134
- rspec-mocks (~> 3.2.0)
135
- rspec-support (~> 3.2.0)
136
- rspec-support (3.2.2)
137
- rvm (1.11.3.9)
138
- shoulda (3.5.0)
139
- shoulda-context (~> 1.0, >= 1.0.1)
140
- shoulda-matchers (>= 1.4.1, < 3.0)
141
- shoulda-context (1.2.1)
142
- shoulda-matchers (2.8.0)
143
- activesupport (>= 3.0.0)
144
- sprockets (2.2.3)
145
- hike (~> 1.2)
146
- multi_json (~> 1.0)
147
- rack (~> 1.0)
148
- tilt (~> 1.1, != 1.3.0)
149
- thor (0.19.1)
150
- thread_safe (0.3.5)
151
- tilt (1.4.1)
152
- treetop (1.4.15)
153
- polyglot
154
- polyglot (>= 0.3.1)
155
- tzinfo (0.3.44)
156
- validation_hints (0.2.1)
157
-
158
- PLATFORMS
159
- ruby
160
-
161
- DEPENDENCIES
162
- bundler
163
- inline_forms!
164
- jeweler
165
- rspec-rails
166
- shoulda