Skip to content

Commit fc8c1df

Browse files
rubyPackages.gettext: init at 3.4.9 (#360799)
2 parents 804c178 + b7cb1eb commit fc8c1df

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

pkgs/development/ruby-modules/with-packages/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ gem 'ffi'
5858
gem 'ffi-rzmq-core'
5959
gem 'fog-dnsimple'
6060
gem 'gdk_pixbuf2'
61+
gem 'gettext'
6162
gem 'gio2'
6263
gem 'git'
6364
gem 'github-pages'

pkgs/top-level/ruby-packages.nix

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,16 @@
11131113
};
11141114
version = "1.1.0";
11151115
};
1116+
forwardable = {
1117+
groups = ["default"];
1118+
platforms = [];
1119+
source = {
1120+
remotes = ["https://rubygems.org"];
1121+
sha256 = "1b5g1i3xdvmxxpq4qp0z4v78ivqnazz26w110fh4cvzsdayz8zgi";
1122+
type = "gem";
1123+
};
1124+
version = "1.3.3";
1125+
};
11161126
forwardable-extended = {
11171127
groups = ["default"];
11181128
platforms = [];
@@ -1155,6 +1165,17 @@
11551165
};
11561166
version = "3.0.1";
11571167
};
1168+
gettext = {
1169+
dependencies = ["erubi" "locale" "prime" "racc" "text"];
1170+
groups = ["default"];
1171+
platforms = [];
1172+
source = {
1173+
remotes = ["https://rubygems.org"];
1174+
sha256 = "16h0kda5z4s4zqygyk0f52xzs9mlz9r4lnhjwk729hhmdbz68a19";
1175+
type = "gem";
1176+
};
1177+
version = "3.4.9";
1178+
};
11581179
gio2 = {
11591180
dependencies = ["fiddle" "gobject-introspection"];
11601181
groups = ["default"];
@@ -2141,6 +2162,16 @@
21412162
};
21422163
version = "0.5.0";
21432164
};
2165+
locale = {
2166+
groups = ["default"];
2167+
platforms = [];
2168+
source = {
2169+
remotes = ["https://rubygems.org"];
2170+
sha256 = "107pm4ccmla23z963kyjldgngfigvchnv85wr6m69viyxxrrjbsj";
2171+
type = "gem";
2172+
};
2173+
version = "2.1.4";
2174+
};
21442175
loofah = {
21452176
dependencies = ["crass" "nokogiri"];
21462177
groups = ["default"];
@@ -2748,6 +2779,17 @@
27482779
};
27492780
version = "1.2.1";
27502781
};
2782+
prime = {
2783+
dependencies = ["forwardable" "singleton"];
2784+
groups = ["default"];
2785+
platforms = [];
2786+
source = {
2787+
remotes = ["https://rubygems.org"];
2788+
sha256 = "1qsk9q2n4yb80f5mwslxzfzm2ckar25grghk95cj7sbc1p2k3w5s";
2789+
type = "gem";
2790+
};
2791+
version = "0.1.3";
2792+
};
27512793
prism = {
27522794
groups = ["default"];
27532795
platforms = [];
@@ -3600,6 +3642,16 @@
36003642
};
36013643
version = "4.0.0";
36023644
};
3645+
singleton = {
3646+
groups = ["default"];
3647+
platforms = [];
3648+
source = {
3649+
remotes = ["https://rubygems.org"];
3650+
sha256 = "0y2pc7lr979pab5n5lvk3jhsi99fhskl5f2s6004v8sabz51psl3";
3651+
type = "gem";
3652+
};
3653+
version = "0.3.0";
3654+
};
36033655
slather = {
36043656
dependencies = ["clamp" "xcodeproj"];
36053657
groups = ["default"];
@@ -3779,6 +3831,16 @@
37793831
};
37803832
version = "1.6.0";
37813833
};
3834+
text = {
3835+
groups = ["default"];
3836+
platforms = [];
3837+
source = {
3838+
remotes = ["https://rubygems.org"];
3839+
sha256 = "1x6kkmsr49y3rnrin91rv8mpc3dhrf3ql08kbccw8yffq61brfrg";
3840+
type = "gem";
3841+
};
3842+
version = "1.3.1";
3843+
};
37823844
thor = {
37833845
groups = ["default"];
37843846
platforms = [];

0 commit comments

Comments
 (0)