underscore-string-set-rails 1.0.1 → 1.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: 61a3e9ab9fa63dade10ac6e4eae73e3b293775e7
4
- data.tar.gz: 4f8c8d40ccad398bfd09ddd675e849527da392d7
3
+ metadata.gz: 5ce010c06aa4c7eaa82fcccaa8d1237da448c4ac
4
+ data.tar.gz: 41646e18069fdee4c4e5582e6aae0d91c2a95686
5
5
  SHA512:
6
- metadata.gz: 0a49f8cc0d3fe55d3a7447de21f9500aa0e95977d3da5e1a8ad758349102d99d09c94b336efd7c3e2ac81991dca255c9c966d638f1fb49de9312cf07f323deed
7
- data.tar.gz: 4e8c44815465948550b1890632af23fe31a4d6148d66216b672065de8076567683193556c254e047c1cd495b6d69b37e39c7192403ee9fd222096dfa7aab7fa7
6
+ metadata.gz: d5e6f0dfac47be26d43179e8b595d8aa348ecf216a9a73184e64d8c7c2bdc9f43b1398ec1bbbf11088020ac4131537cc0acf3ac4d161a3efca2ebe41f86ae24e
7
+ data.tar.gz: 80ffc061f056ca83fc13648597228710d62c8e5386cc2d0345722c30c491f39332638d6aef06b8a5c208426c23e50387116a272435266dc9eb5bd259b05228f9
@@ -1,2 +1,4 @@
1
+ require 'underscore-string-set-rails/engine'
2
+
1
3
  module UnderscoreStringSetRails
2
4
  end
@@ -1,3 +1,3 @@
1
1
  module UnderscoreStringSetRails
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: underscore-string-set-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Gorbunov
@@ -74,9 +74,6 @@ executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
- - ".gitignore"
78
- - Gemfile
79
- - Gemfile.lock
80
77
  - MIT-LICENSE
81
78
  - README.md
82
79
  - Rakefile
@@ -84,7 +81,6 @@ files:
84
81
  - lib/underscore-string-set-rails.rb
85
82
  - lib/underscore-string-set-rails/engine.rb
86
83
  - lib/underscore-string-set-rails/version.rb
87
- - underscore-string-set-rails.gemspec
88
84
  homepage: https://github.com/lexgorbunov/underscore-string-set-rails
89
85
  licenses: []
90
86
  metadata: {}
data/.gitignore DELETED
@@ -1,11 +0,0 @@
1
- .bundle/
2
- log/*.log
3
- pkg/
4
- test/dummy/db/*.sqlite3
5
- test/dummy/db/*.sqlite3-journal
6
- test/dummy/log/*.log
7
- test/dummy/tmp/
8
- test/dummy/.sass-cache
9
- .idea
10
- .idea/*
11
- *.gem
data/Gemfile DELETED
@@ -1,2 +0,0 @@
1
- source 'https://rubygems.org'
2
- gemspec
@@ -1,93 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- underscore-string-set-rails (0.0.4)
5
- rails (>= 3.2)
6
- railties (>= 3.0)
7
- underscore-rails (~> 1.6.0)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actionmailer (4.1.0)
13
- actionpack (= 4.1.0)
14
- actionview (= 4.1.0)
15
- mail (~> 2.5.4)
16
- actionpack (4.1.0)
17
- actionview (= 4.1.0)
18
- activesupport (= 4.1.0)
19
- rack (~> 1.5.2)
20
- rack-test (~> 0.6.2)
21
- actionview (4.1.0)
22
- activesupport (= 4.1.0)
23
- builder (~> 3.1)
24
- erubis (~> 2.7.0)
25
- activemodel (4.1.0)
26
- activesupport (= 4.1.0)
27
- builder (~> 3.1)
28
- activerecord (4.1.0)
29
- activemodel (= 4.1.0)
30
- activesupport (= 4.1.0)
31
- arel (~> 5.0.0)
32
- activesupport (4.1.0)
33
- i18n (~> 0.6, >= 0.6.9)
34
- json (~> 1.7, >= 1.7.7)
35
- minitest (~> 5.1)
36
- thread_safe (~> 0.1)
37
- tzinfo (~> 1.1)
38
- arel (5.0.1.20140414130214)
39
- builder (3.2.2)
40
- erubis (2.7.0)
41
- hike (1.2.3)
42
- i18n (0.6.9)
43
- json (1.8.1)
44
- mail (2.5.4)
45
- mime-types (~> 1.16)
46
- treetop (~> 1.4.8)
47
- mime-types (1.25.1)
48
- minitest (5.3.3)
49
- multi_json (1.9.2)
50
- polyglot (0.3.4)
51
- rack (1.5.2)
52
- rack-test (0.6.2)
53
- rack (>= 1.0)
54
- rails (4.1.0)
55
- actionmailer (= 4.1.0)
56
- actionpack (= 4.1.0)
57
- actionview (= 4.1.0)
58
- activemodel (= 4.1.0)
59
- activerecord (= 4.1.0)
60
- activesupport (= 4.1.0)
61
- bundler (>= 1.3.0, < 2.0)
62
- railties (= 4.1.0)
63
- sprockets-rails (~> 2.0)
64
- railties (4.1.0)
65
- actionpack (= 4.1.0)
66
- activesupport (= 4.1.0)
67
- rake (>= 0.8.7)
68
- thor (>= 0.18.1, < 2.0)
69
- rake (10.3.1)
70
- sprockets (2.12.1)
71
- hike (~> 1.2)
72
- multi_json (~> 1.0)
73
- rack (~> 1.0)
74
- tilt (~> 1.1, != 1.3.0)
75
- sprockets-rails (2.1.3)
76
- actionpack (>= 3.0)
77
- activesupport (>= 3.0)
78
- sprockets (~> 2.8)
79
- thor (0.19.1)
80
- thread_safe (0.3.3)
81
- tilt (1.4.1)
82
- treetop (1.4.15)
83
- polyglot
84
- polyglot (>= 0.3.1)
85
- tzinfo (1.1.0)
86
- thread_safe (~> 0.1)
87
- underscore-rails (1.6.0)
88
-
89
- PLATFORMS
90
- ruby
91
-
92
- DEPENDENCIES
93
- underscore-string-set-rails!
@@ -1,22 +0,0 @@
1
- $:.push File.expand_path('../lib', __FILE__)
2
- require 'underscore-string-set-rails/version'
3
- Gem::Specification.new do |s|
4
- s.name = 'underscore-string-set-rails'
5
- s.version = UnderscoreStringSetRails::VERSION
6
- s.authors = %w(Alexander\ Gorbunov)
7
- s.email = %w(lexgorbunov@gmail.com)
8
- s.homepage = 'https://github.com/lexgorbunov/underscore-string-set-rails'
9
- s.summary = 'This gem is combination of two libraries: underscore and underscorejs.'
10
- s.description = 'This gem is combination of two libraries: underscore and underscorejs. The underscorejs extended via mixin. (underscore v1.7.0; underscore.string v2.3.3)'
11
-
12
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
- s.files = `git ls-files`.split("\n")
14
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
15
-
16
- s.add_dependency 'rails', '>= 3.2'
17
- s.add_dependency 'railties', '>= 3.0'
18
- s.add_dependency 'underscore-rails', '~> 1.7.0'
19
- s.add_dependency 'underscore-string-rails', '~> 0.0.2'
20
-
21
- s.require_paths = %w(lib)
22
- end