chr 0.1.1 → 0.1.2

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: 845c7badffaab8c050bb58bfa65491040b714c64
4
- data.tar.gz: 66d7bcf70d73d8255d169e5566cdb6745873d771
3
+ metadata.gz: 05a8bc7325986310617da16d4527e9801cbfb858
4
+ data.tar.gz: 8f3a95aefe8ad5ff4c8899a25960b790cbb8661e
5
5
  SHA512:
6
- metadata.gz: a51e3782c4572e2ece1ef4987a4b01dd71bc1988c3b08743f73652041cdbf9f29a97c15dd1be9eaa805d9cc1bf494d04763c7d59d40d95f8029becb4ef48b476
7
- data.tar.gz: 6e3731dac2dc0491a9de903f50402c90148bae91fda2607f0b21930cb5a60eb96ffef3136e185be17b2396c506f7a6d18b19b5e34b2acef988a89f9256c5bd9b
6
+ metadata.gz: 653dfddd857e444e1ea52ae644011205898a0d2f5339f3cfd7d862a032f1e8979c30b6d1669d40c5fbdd04710ded25517af03360e22a06501f4db4b71b87cacb
7
+ data.tar.gz: fe80678e4c86802e9e9bb92d51bcccc1546dac6fac67285eacc70671617539ddcb924f9b4f478ee6d07986e7ed05d1ee20f1d3d4991224c51566c086211646ce
data/README.md CHANGED
@@ -4,8 +4,7 @@
4
4
 
5
5
  ## The Character family
6
6
 
7
- - [Mongosteen](https://github.com/slate-studio/mongosteen): An easy way to add restful actions
8
- - [Character Admin](https://github.com/slate-studio/chr-admin): Flexible javascript admin solution for Rails applications
7
+ - [Mongosteen](https://github.com/slate-studio/mongosteen): An easy way to add restful actions for mongoid models
9
8
 
10
9
  ## Credits
11
10
 
@@ -18,7 +18,7 @@
18
18
  @_escapeHtml = (string) -> String(string).replace /[&<>"'\/]/g, (s) -> _entityMap[s]
19
19
 
20
20
  # String.titleize
21
- if typeof String.prototype.startsWith != 'function'
21
+ if typeof String.prototype.titleize != 'function'
22
22
  String.prototype.titleize = () -> return this.replace(/_/g, ' ').replace(/\b./g, ((m) -> m.toUpperCase()))
23
23
 
24
24
  # String.reverse
@@ -1,3 +1,3 @@
1
1
  module Chr
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kravets