karamzin 1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e0732d673bafadb7f4acdf5cea4dd59fff0d4cca
4
+ data.tar.gz: a5cbc35fe69ef6bad62af7402b363e3fbea17bae
5
+ SHA512:
6
+ metadata.gz: 2794873d116074706c3ca403d8ae0679456de9140f67b2241f7f7c346a2d5f10fa3d12a2436ad6fd5254609abb85daa387278f18ef7eba317333f3e182a38902
7
+ data.tar.gz: 1a691227a6098c380dee3e256ae92a49d91f7ea6106e83278e93ec81e1847b6b439667b976a9b38731472f16e44774409a30ffb936186a2d9b2ff1034060d4b6
data/.gitignore ADDED
@@ -0,0 +1,24 @@
1
+ *~
2
+ *.gem
3
+ *.rbc
4
+ .bundle
5
+ .config
6
+ .yardoc
7
+ Gemfile.lock
8
+ InstalledFiles
9
+ _yardoc
10
+ coverage
11
+ doc/
12
+ lib/bundler/man
13
+ pkg
14
+ rdoc
15
+ spec/reports
16
+ test/tmp
17
+ test/version_tmp
18
+ tmp
19
+ *.bundle
20
+ *.so
21
+ *.o
22
+ *.a
23
+ mkmf.log
24
+ Gemfile.lock
data/Gemfile ADDED
@@ -0,0 +1,10 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
4
+ gem 'pry'
5
+ gem 'tconsole', git: "git://github.com/ulmic/tconsole", branch: 'rails4'
6
+ gem 'coveralls', require: false
7
+ gem 'simplecov'
8
+ gem 'minitest'
9
+ gem 'activesupport'
10
+ gem 'unicode_utils'